import type { NotificationSettingsProps } from '../NotificationSettings.js'; /** * * @internal */ export declare const Content: (props: Readonly<{ children?: NotificationSettingsProps["children"]; }> & import("react").RefAttributes) => React.ReactElement | null;