import { SVGProps } from 'react'; declare const SvgInProgress: (props: SVGProps) => JSX.Element; export default SvgInProgress;