export declare type NotificationDrawerProps = { unreadOnly?: boolean; }; declare const NotificationDrawer: ({ unreadOnly, }: NotificationDrawerProps) => JSX.Element; export default NotificationDrawer;