import { Component } from 'vue'; declare var __VLS_25: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_25) => any; }; declare const __VLS_component: import('vue').DefineComponent Component | null; default: null; }; /** When false, OK emits but leaves the dialog open (caller closes on success). */ autoClose: { type: BooleanConstructor; default: boolean; }; /** Shows an Apply button before OK/Cancel (AutoCAD-style dialogs). */ showApply: { type: BooleanConstructor; default: boolean; }; /** Disables Apply when there are no pending changes. */ applyDisabled: { type: BooleanConstructor; default: boolean; }; zIndex: { type: NumberConstructor; default: number; }; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { open: (...args: any[]) => void; cancel: (...args: any[]) => void; apply: (...args: any[]) => void; ok: (...args: any[]) => void; "update:modelValue": (...args: any[]) => void; opened: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly Component | null; default: null; }; /** When false, OK emits but leaves the dialog open (caller closes on success). */ autoClose: { type: BooleanConstructor; default: boolean; }; /** Shows an Apply button before OK/Cancel (AutoCAD-style dialogs). */ showApply: { type: BooleanConstructor; default: boolean; }; /** Disables Apply when there are no pending changes. */ applyDisabled: { type: BooleanConstructor; default: boolean; }; zIndex: { type: NumberConstructor; default: number; }; }>> & Readonly<{ onOpen?: ((...args: any[]) => any) | undefined; onCancel?: ((...args: any[]) => any) | undefined; onApply?: ((...args: any[]) => any) | undefined; onOk?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; onOpened?: ((...args: any[]) => any) | undefined; }>, { width: string | number; autoClose: boolean; zIndex: number; icon: Component | null; showApply: boolean; applyDisabled: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=MlBaseDialog.vue.d.ts.map