import React from 'react'; export interface NoticeBarPropsType { mode?: 'closable' | 'link'; onClick?: () => void; icon?: React.ReactElement; action?: React.ReactElement; }