import { type Engine } from "@tsparticles/engine/lazy"; export declare function loadExternalParallaxInteraction(engine: Engine): Promise; export * from "./Options/Classes/Parallax.js"; export type * from "./Options/Interfaces/IParallax.js";