import type { ISide } from "./ISide.js"; import type { Particle } from "@tsparticles/engine"; import { PolygonDrawerBase } from "./PolygonDrawerBase.js"; export declare class PolygonDrawer extends PolygonDrawerBase { getSidesData(particle: Particle, radius: number): ISide; }