import type { IParticle, IShapeDrawer } from "tsparticles-engine"; export declare class HeartDrawer implements IShapeDrawer { draw(context: CanvasRenderingContext2D, _particle: IParticle, radius: number): void; }