import { SVGProps } from 'react';

declare const Flow: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Flow as default };
