import { type Container, type IShapeDrawData, type IShapeDrawer } from "@tsparticles/engine"; import type { CogParticle } from "./CogParticle.js"; export declare class CogDrawer implements IShapeDrawer { afterDraw(data: IShapeDrawData): void; draw(data: IShapeDrawData): void; particleInit(_container: Container, particle: CogParticle): void; }