import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const HistoryOutlined: React.MemoExoticComponent>; declare type HistoryOutlinedRef = PathIconRef; declare type HistoryOutlinedProps = PathIconProps; export { HistoryOutlined }; export type { HistoryOutlinedRef, HistoryOutlinedProps }; export default HistoryOutlined;