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