declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly default: "bottom"; }; readonly beforeClose: { readonly type: import('vue').PropType<() => Promise | boolean>; }; }>, { close: (ev: MouseEvent) => Promise; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { close: (ev?: MouseEvent | undefined) => any; "update:visible": (val: boolean) => any; "duration-end": () => any; }, string, import('vue').PublicProps, Readonly; readonly default: "bottom"; }; readonly beforeClose: { readonly type: import('vue').PropType<() => Promise | boolean>; }; }>> & Readonly<{ onClose?: ((ev?: MouseEvent | undefined) => any) | undefined; "onUpdate:visible"?: ((val: boolean) => any) | undefined; "onDuration-end"?: (() => any) | undefined; }>, { readonly position: import('./types').ToastPositionT; readonly visible: boolean; readonly defaultVisible: boolean; readonly long: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };