import React from 'react';
import { MarqueeActions, NoticeBarProps } from './PropsType';
declare const _default: React.MemoExoticComponent<((props: React.PropsWithChildren<NoticeBarProps> & React.RefAttributes<MarqueeActions>) => React.ReactElement) & Pick<React.FC<{}>, "displayName">>;
export default _default;
