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