/// import { IIconProps } from 'types'; declare function ProcessSvg(props: IIconProps): JSX.Element; export default ProcessSvg;