import React from 'react'; import { NoticeBarProps } from './interface'; declare const NoticeBar: React.FC; export default NoticeBar;