export interface IParticleLoops {
    size: number;
    opacity: number;
}
