import { type IShapeDrawData } from "@tsparticles/engine"; import type { TextParticle } from "./TextParticle.js"; export declare const validTypes: string[]; export declare function drawText(data: IShapeDrawData): void;