import { DetailedNotificationProfile } from '../../../core'; interface AccountNotificationProfileProps { onUpdateProfile: (profile: DetailedNotificationProfile) => void; profile: DetailedNotificationProfile; } export declare const AccountNotificationProfile: (({ onUpdateProfile, profile }: AccountNotificationProfileProps) => import("react/jsx-runtime").JSX.Element) & { displayName: string; }; export {};