import { type Container, type IShapeDrawData, type IShapeDrawer } from "@tsparticles/engine"; import type { TextParticle } from "./TextParticle.js"; export declare class TextDrawer implements IShapeDrawer { draw(data: IShapeDrawData): void; init(container: Container): Promise; particleInit(_container: Container, particle: TextParticle): void; }