import { type Engine } from "@tsparticles/engine";
export declare function loadEasingQuadPlugin(engine: Engine, refresh?: boolean): Promise<void>;
