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