import { MessageTypes } from './message'; declare function close(): void; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: { messageRef: HTMLDivElement; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly validator: (value: MessageTypes) => boolean; readonly default: "success"; }; readonly duration: { readonly type: NumberConstructor; readonly default: 3000; }; readonly showClose: { readonly type: BooleanConstructor; readonly default: false; }; readonly offset: { readonly type: NumberConstructor; readonly default: 16; }; readonly onClose: { readonly type: FunctionConstructor; readonly default: () => void; }; readonly id: { readonly type: StringConstructor; readonly required: true; }; }>, { close: typeof close; bottom: import('vue').ComputedRef; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { destroy: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly; readonly validator: (value: MessageTypes) => boolean; readonly default: "success"; }; readonly duration: { readonly type: NumberConstructor; readonly default: 3000; }; readonly showClose: { readonly type: BooleanConstructor; readonly default: false; }; readonly offset: { readonly type: NumberConstructor; readonly default: 16; }; readonly onClose: { readonly type: FunctionConstructor; readonly default: () => void; }; readonly id: { readonly type: StringConstructor; readonly required: true; }; }>> & Readonly<{ onDestroy?: ((...args: any[]) => any) | undefined; }>, { readonly type: "error" | "success" | "warning"; readonly duration: number; readonly offset: number; readonly showClose: boolean; readonly onClose: Function; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, { messageRef: HTMLDivElement; }, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };