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