import { type IOptionLoader, type RecursivePartial } from "@tsparticles/engine"; import type { IEmitterShapeReplace } from "../Interfaces/IEmitterShapeReplace.js"; export declare class EmitterShapeReplace implements IEmitterShapeReplace, IOptionLoader { color: boolean; opacity: boolean; load(data?: RecursivePartial): void; }