import { Notification } from './types'; interface NotificationsProps { removeNotification: (id: string) => void; notifications: Notification[]; } export declare const Notifications: ({ notifications, removeNotification, }: NotificationsProps) => JSX.Element; export {}; //# sourceMappingURL=Notifications.d.ts.map