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