import { FunctionalComponent } from 'vue'; import { IconProps } from '../components'; export type WorkflowOutlinedProps = FunctionalComponent; export declare const WorkflowOutlined: WorkflowOutlinedProps;