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