import { type PropsWithChildren } from 'react'; import type { NotificationSettingsConfig, NotificationSettingsEventNotification } from '../NotificationSettings.js'; /** @internal */ export declare function EventNotificationClient(props: PropsWithChildren>): import("react/jsx-runtime.js").JSX.Element; /** * @internal */ export declare function isEventNotificationConfig(type: NotificationSettingsConfig['type'], config: NotificationSettingsConfig['config']): config is NotificationSettingsEventNotification['config'];