import { NotificationBodyProps } from './NotificationBody.types'; export type { NotificationBodyProps } from './NotificationBody.types'; /** * Body of the Notification drawer: tabs + notification list panels. */ export declare function NotificationBody({ expand, notificationTabs, notificationPanels, onSettingButtonClick, handleTabChange, activeNotiTab, renderPanel, ...panelProps }: NotificationBodyProps): import("react/jsx-runtime").JSX.Element; export declare namespace NotificationBody { var displayName: string; } //# sourceMappingURL=index.d.ts.map