import * as React from 'react'; declare function Flow(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Flow; export default Flow;