import { IconProps } from '../lib';
declare function FlowArrow(props: IconProps): JSX.Element;
export default FlowArrow;
