import { TwoTonedIcon } from '../iconTypes';
declare const IconWorkflow: ({ className, height, title, width }: TwoTonedIcon) => JSX.Element;
export default IconWorkflow;
