export interface IEmitterShapeReplace {
    color: boolean;
    opacity: boolean;
}
