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