import { type IOptionLoader, type RecursivePartial } from "@tsparticles/engine"; import type { IParallax } from "../Interfaces/IParallax.js"; export declare class Parallax implements IParallax, IOptionLoader { force: number; smooth: number; constructor(); load(data?: RecursivePartial): void; }