export interface ButtonConfig { label: string; attrs?: Record; fn?: () => void; } export interface Props { flex?: boolean; type?: string; mode?: string; title?: string; content?: any; buttons?: ButtonConfig[]; height?: string | number; width?: string | number; dir?: string; detail?: string; showDetail?: boolean; padding?: string | number; position?: string; confirmText?: string; cancelText?: string; closeOnBlur?: boolean; zIndex?: number | string; show?: boolean; global?: boolean; confirmable?: boolean; cancelable?: boolean; } declare function __VLS_template(): { title?(_: {}): any; content?(_: {}): any; detail?(_: {}): any; default?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent void; close: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { close: (...args: any[]) => void; confirm: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClose?: (...args: any[]) => any; onConfirm?: (...args: any[]) => any; }>, { mode: string; flex: boolean; position: string; width: string | number; closeOnBlur: boolean; zIndex: number | string; type: string; title: string; content: any; buttons: ButtonConfig[]; height: string | number; detail: string; showDetail: boolean; padding: string | number; dir: string; confirmText: string; cancelText: string; show: boolean; global: boolean; confirmable: boolean; cancelable: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithTemplateSlots>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };