import type { IconProps } from '../types/index'; declare function SvgUnderway(iconProps: IconProps): JSX.Element; declare namespace SvgUnderway { var displayName: string; } export default SvgUnderway;