interface NotificationEmptyStateProps { onManageNotifications: () => void; } export declare const NotificationEmptyState: (({ onManageNotifications }: NotificationEmptyStateProps) => import("react/jsx-runtime").JSX.Element) & { displayName: string; }; export {};