import { TdNoticeBarProps } from './type'; import { PropType } from 'vue'; declare const _default: { content: { type: PropType; }; direction: { type: PropType; default: TdNoticeBarProps['direction']; validator(val: TdNoticeBarProps['direction']): boolean; }; interval: { type: NumberConstructor; default: number; }; marquee: { type: PropType; default: TdNoticeBarProps['marquee']; }; operation: { type: PropType; }; prefixIcon: { type: PropType; default: TdNoticeBarProps['prefixIcon']; }; suffixIcon: { type: PropType; }; theme: { type: PropType; default: TdNoticeBarProps['theme']; validator(val: TdNoticeBarProps['theme']): boolean; }; visible: { type: BooleanConstructor; default: any; }; modelValue: { type: BooleanConstructor; default: any; }; defaultVisible: BooleanConstructor; onChange: PropType; onClick: PropType; }; export default _default;