import { type Engine } from "@tsparticles/engine";
export declare function loadSquareShape(engine: Engine): Promise<void>;
