declare const _default: import('vue').DefineComponent<{ readonly id: { readonly type: StringConstructor; readonly default: ""; }; readonly type: { readonly type: import('vue').PropType; readonly default: ""; }; readonly title: { readonly type: StringConstructor; readonly default: ""; }; readonly position: { readonly type: import('vue').PropType; readonly default: "bottom-right"; }; readonly offset: { readonly type: NumberConstructor; readonly default: 20; }; readonly message: { readonly type: StringConstructor; readonly required: true; }; readonly duration: { readonly type: NumberConstructor; readonly default: 3000; }; readonly showClose: { readonly type: BooleanConstructor; readonly default: true; }; readonly useHTML: { readonly type: BooleanConstructor; readonly default: false; }; readonly prefixIcon: { readonly type: StringConstructor; readonly default: ""; }; readonly onDestroy: FunctionConstructor; readonly onClose: FunctionConstructor; }, { notifyClass: import('vue').ComputedRef; iconClass: import('vue').ComputedRef; notifyStyle: import('vue').ComputedRef<{ top: string; bottom: string; }>; visiable: import('vue').Ref; close: () => void; handleClose: () => void; refNotify: import('vue').Ref; }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; readonly default: ""; }; readonly title: { readonly type: StringConstructor; readonly default: ""; }; readonly position: { readonly type: import('vue').PropType; readonly default: "bottom-right"; }; readonly offset: { readonly type: NumberConstructor; readonly default: 20; }; readonly message: { readonly type: StringConstructor; readonly required: true; }; readonly duration: { readonly type: NumberConstructor; readonly default: 3000; }; readonly showClose: { readonly type: BooleanConstructor; readonly default: true; }; readonly useHTML: { readonly type: BooleanConstructor; readonly default: false; }; readonly prefixIcon: { readonly type: StringConstructor; readonly default: ""; }; readonly onDestroy: FunctionConstructor; readonly onClose: FunctionConstructor; }>>, { readonly type: import('../../button').ButtonType; readonly title: string; readonly duration: number; readonly showClose: boolean; readonly prefixIcon: string; readonly offset: number; readonly id: string; readonly useHTML: boolean; readonly position: import('./main').NotifyPosition; }, {}>; export default _default;