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