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