import { type IShapeDrawData } from "@tsparticles/engine";
import type { TextParticle } from "./TextParticle.js";
export declare function drawText(data: IShapeDrawData<TextParticle>): void;
