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