import { IRgb } from "./IRgb"; export interface IBubbleParticleData { opacity?: number; radius?: number; color?: IRgb; }