import React from 'react'; import { NotificationProps } from './types'; interface NotificationListProps { notifications: NotificationProps[]; removeNotification: (id: string) => void; } export declare const NotificationList: React.FC; export {}; //# sourceMappingURL=NotificationList.d.ts.map