/// interface FlowAnimationParticleProps { particleStyle?: { [index: string]: string; }; particleClass?: string; } declare const FlowAnimationParticle: (props: FlowAnimationParticleProps) => JSX.Element; export { FlowAnimationParticle };