import { FunctionComponent } from 'react'; import type { NoticeBarProps } from './types'; export declare const NoticeBar: FunctionComponent;