import type { RenderNotificationTile } from './types'; export interface NotificationDrawerProps { className?: string; liveDurationMs?: number; loadMoreRootMargin?: string; renderTile?: RenderNotificationTile; } export declare function NotificationDrawer({ className, liveDurationMs, loadMoreRootMargin, renderTile: renderTileProp, }: NotificationDrawerProps): import("react").JSX.Element | null; //# sourceMappingURL=notification-drawer.d.ts.map