import type { Reminder } from 'stream-chat'; export type ReminderNotificationProps = { reminder?: Reminder; }; export declare const ReminderNotification: ({ reminder }: ReminderNotificationProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=ReminderNotification.d.ts.map