import { type ICoordinates, type IOptionLoader, type RecursivePartial } from "@tsparticles/engine"; import type { IEmittersPathShapeOptions } from "../Interfaces/IEmittersPathShapeOptions.js"; export declare class EmittersPathShapeOptions implements IEmittersPathShapeOptions, IOptionLoader { points: ICoordinates[]; constructor(); load(data?: RecursivePartial | undefined): void; }