/** * 通知统计抽屉 */ declare const NotificationStatisticDrawer: ({ id, onClose, }: { id?: number; onClose?: () => void; }) => import("react/jsx-runtime").JSX.Element; export { NotificationStatisticDrawer };