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