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