import { Component } from 'vue'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent Component | null; default: null; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { open: (...args: any[]) => void; ok: (...args: any[]) => void; cancel: (...args: any[]) => void; "update:modelValue": (...args: any[]) => void; opened: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly Component | null; default: null; }; }>> & Readonly<{ onOpen?: ((...args: any[]) => any) | undefined; onOk?: ((...args: any[]) => any) | undefined; onCancel?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onOpened?: ((...args: any[]) => any) | undefined; }>, { width: string | number; icon: Component | null; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=MlBaseDialog.vue.d.ts.map