import { IconProps } from '../iconUtils'; export declare const History: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type HistoryProps = IconProps; export default History;