import type { IShapeDrawData } from "@tsparticles/engine"; import type { ArrowParticle } from "./ArrowParticle.js"; export declare function drawArrow(data: IShapeDrawData): void;