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