import type { IFill, IStroke } from "@tsparticles/engine";
export interface IEmitterSpawn {
    fill?: IFill;
    stroke?: IStroke;
}
