import { NoticeBar } from './noticebar';
export type { NoticeBarProps } from './noticebar';
export default NoticeBar;
