import { FC, ReactNode } from 'react'; interface NotificationPanelProps { isMobile: boolean; onClose: () => void; children: ReactNode; } export declare const NotificationPanel: FC; export {}; //# sourceMappingURL=NotificationPanel.d.ts.map