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