import type { ICoordinates, IDimension } from "@tsparticles/engine"; import type { IEmitterShape, IEmitterShapeGenerator } from "@tsparticles/plugin-emitters"; import type { IEmittersPathShapeOptions } from "./Options/Interfaces/IEmittersPathShapeOptions.js"; export declare class EmittersPathShapeGenerator implements IEmitterShapeGenerator { generate(position: ICoordinates, size: IDimension, fill: boolean, options: IEmittersPathShapeOptions): IEmitterShape; }