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