import { PushNotificationConfig } from '../../../../hooks/usePushNotifications'; type HeaderNotificationProps = { pushNotifications?: PushNotificationConfig; }; declare function HeaderNotification({ pushNotifications }: HeaderNotificationProps): import("react/jsx-runtime").JSX.Element | null; export { HeaderNotification }; //# sourceMappingURL=Notification.d.ts.map