import { type IShapeDrawData } from "@tsparticles/engine"; import type { ISide } from "./ISide.js"; export declare function drawPolygon(data: IShapeDrawData, side: ISide): void;