import type { IconProps } from '../types/index'; declare function SvgFlow(iconProps: IconProps): JSX.Element; declare namespace SvgFlow { var displayName: string; } export default SvgFlow;