import { FC } from 'react'; interface NotificationHeaderProps { isMobile: boolean; unreadCount: number; onClose: () => void; onMarkAllAsRead: () => void; } export declare const NotificationHeader: FC; export {}; //# sourceMappingURL=NotificationHeader.d.ts.map