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