import type { ForwardRefExoticComponent, RefAttributes, SVGProps } from 'react'; declare const IconInProgress: ForwardRefExoticComponent & RefAttributes>; export default IconInProgress;