declare var __VLS_6: {}, __VLS_8: {}, __VLS_14: {}, __VLS_16: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_6) => any; } & { icon?: (props: typeof __VLS_8) => any; } & { title?: (props: typeof __VLS_14) => any; } & { description?: (props: typeof __VLS_16) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: "primary"; }; readonly cancelButtonType: { readonly type: import("vue").PropType<"default" | "primary" | "success" | "warning" | "danger" | "info">; readonly default: "default"; }; readonly icon: { readonly type: StringConstructor; readonly default: "warning"; }; readonly iconColor: { readonly type: StringConstructor; readonly default: "#faad14"; }; readonly hideIcon: { readonly type: BooleanConstructor; readonly default: false; }; readonly hideCancel: { readonly type: BooleanConstructor; readonly default: false; }; readonly offset: { readonly type: import("vue").PropType<[number, number]>; readonly default: () => number[]; }; readonly placement: { readonly type: import("vue").PropType; readonly default: "top"; }; readonly visible: { readonly type: import("vue").PropType; readonly default: null; }; readonly width: { readonly type: import("vue").PropType; readonly default: 180; }; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; readonly zIndex: { readonly type: NumberConstructor; readonly default: 2000; }; readonly showArrow: { readonly type: BooleanConstructor; readonly default: true; }; readonly popperClass: { readonly type: StringConstructor; readonly default: ""; }; readonly popperStyle: { readonly type: import("vue").PropType; readonly default: () => {}; }; readonly teleported: { readonly type: BooleanConstructor; readonly default: true; }; readonly showDontAskAgain: { readonly type: BooleanConstructor; readonly default: false; }; readonly dontAskAgainText: { readonly type: StringConstructor; readonly default: ""; }; readonly swapButtons: { readonly type: BooleanConstructor; readonly default: false; }; readonly beforeConfirm: { readonly type: import("vue").PropType<() => boolean | Promise>; readonly default: null; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, { visible: import("vue").WritableComputedRef; toggle: (val: boolean) => boolean; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { readonly icon: string; readonly disabled: boolean; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end"; readonly offset: [number, number]; readonly showArrow: boolean; readonly visible: boolean | null; readonly popperClass: string; readonly teleported: boolean; readonly zIndex: number; readonly width: string | number; readonly popperStyle: import("vue").StyleValue; readonly description: string; readonly title: string; readonly confirmButtonText: string; readonly confirmButtonType: "default" | "info" | "warning" | "success" | "primary" | "danger"; readonly cancelButtonText: string; readonly cancelButtonType: "default" | "info" | "warning" | "success" | "primary" | "danger"; readonly iconColor: string; readonly hideIcon: boolean; readonly hideCancel: boolean; readonly showDontAskAgain: boolean; readonly dontAskAgainText: string; readonly swapButtons: boolean; readonly beforeConfirm: () => boolean | Promise; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };