import { SVGProps } from 'react'; declare const Flow: (props: SVGProps) => JSX.Element; export { Flow as default };