import { type IOptionLoader, type RecursivePartial } from "@tsparticles/engine"; import type { IEmittersPolygonShapeOptions } from "../Interfaces/IEmittersPolygonShapeOptions.js"; export declare class EmittersPolygonShapeOptions implements IEmittersPolygonShapeOptions, IOptionLoader { angle: number; sides: number; constructor(); load(data?: RecursivePartial): void; }