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