export interface GlobalHeaderRightProps { fetchingNotices?: boolean; onNoticeVisibleChange?: (visible: boolean) => void; onNoticeClear?: (tabName?: string) => void; } declare const NoticeIconView: () => JSX.Element; export default NoticeIconView;