import type { CSSProperties, PropType, StyleValue } from 'vue'; import type { EllipsisTooltipProps } from '../ellipsis'; import { MessageType } from '../_utils/constant'; import { ButtonProps } from '../button'; declare var __VLS_55: {}, __VLS_68: {}, __VLS_70: {}; type __VLS_Slots = {} & { title?: (props: typeof __VLS_55) => any; } & { default?: (props: typeof __VLS_68) => any; } & { footer?: (props: typeof __VLS_70) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: boolean; }; titleAlign: { type: PropType<"start" | "center">; default: string; }; alignCenter: { type: BooleanConstructor; default: boolean; }; unmountOnClose: BooleanConstructor; maskClosable: { type: BooleanConstructor; default: boolean; }; hideCancel: { type: BooleanConstructor; default: boolean; }; simple: { type: BooleanConstructor; default: (props: any) => any; }; closable: { type: BooleanConstructor; default: boolean; }; okText: StringConstructor; cancelText: StringConstructor; okLoading: { type: BooleanConstructor; default: boolean; }; okButtonProps: { type: PropType; }; cancelButtonProps: { type: PropType; }; footer: { type: BooleanConstructor; default: boolean; }; renderToBody: { type: BooleanConstructor; default: boolean; }; popupContainer: { type: PropType; default: string; }; maskStyle: { type: PropType; }; modalClass: { type: PropType; }; modalStyle: { type: PropType; }; onBeforeOk: { type: PropType<(done: (closed: boolean) => void) => void | boolean | Promise>; }; onBeforeCancel: { type: PropType<() => boolean>; }; escToClose: { type: BooleanConstructor; default: boolean; }; draggable: { type: BooleanConstructor; default: boolean; }; fullscreen: { type: BooleanConstructor; default: boolean; }; maskAnimationName: { type: StringConstructor; default: (props: Record) => "fade-in-standard" | "fade-modal"; }; modalAnimationName: { type: StringConstructor; default: (props: Record) => "zoom-in" | "zoom-modal"; }; bodyClass: { type: PropType; }; bodyStyle: { type: PropType; }; messageType: { type: PropType; }; hideTitle: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { open: () => any; cancel: (_e: Event) => any; close: () => any; "update:visible": (_visible: boolean) => any; ok: (_e: Event) => any; beforeOpen: () => any; beforeClose: () => any; }, string, import("vue").PublicProps, Readonly; default: boolean; }; titleAlign: { type: PropType<"start" | "center">; default: string; }; alignCenter: { type: BooleanConstructor; default: boolean; }; unmountOnClose: BooleanConstructor; maskClosable: { type: BooleanConstructor; default: boolean; }; hideCancel: { type: BooleanConstructor; default: boolean; }; simple: { type: BooleanConstructor; default: (props: any) => any; }; closable: { type: BooleanConstructor; default: boolean; }; okText: StringConstructor; cancelText: StringConstructor; okLoading: { type: BooleanConstructor; default: boolean; }; okButtonProps: { type: PropType; }; cancelButtonProps: { type: PropType; }; footer: { type: BooleanConstructor; default: boolean; }; renderToBody: { type: BooleanConstructor; default: boolean; }; popupContainer: { type: PropType; default: string; }; maskStyle: { type: PropType; }; modalClass: { type: PropType; }; modalStyle: { type: PropType; }; onBeforeOk: { type: PropType<(done: (closed: boolean) => void) => void | boolean | Promise>; }; onBeforeCancel: { type: PropType<() => boolean>; }; escToClose: { type: BooleanConstructor; default: boolean; }; draggable: { type: BooleanConstructor; default: boolean; }; fullscreen: { type: BooleanConstructor; default: boolean; }; maskAnimationName: { type: StringConstructor; default: (props: Record) => "fade-in-standard" | "fade-modal"; }; modalAnimationName: { type: StringConstructor; default: (props: Record) => "zoom-in" | "zoom-modal"; }; bodyClass: { type: PropType; }; bodyStyle: { type: PropType; }; messageType: { type: PropType; }; hideTitle: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onOpen?: (() => any) | undefined; onCancel?: ((_e: Event) => any) | undefined; onClose?: (() => any) | undefined; "onUpdate:visible"?: ((_visible: boolean) => any) | undefined; onOk?: ((_e: Event) => any) | undefined; onBeforeOpen?: (() => any) | undefined; onBeforeClose?: (() => any) | undefined; }>, { visible: boolean; footer: boolean; mask: boolean; popupContainer: string | HTMLElement; unmountOnClose: boolean; renderToBody: boolean; escToClose: boolean; defaultVisible: boolean; closable: boolean; simple: boolean; draggable: boolean; titleEllipsisTooltip: boolean | EllipsisTooltipProps; maskClosable: boolean; okLoading: boolean; hideCancel: boolean; alignCenter: boolean; titleAlign: "center" | "start"; fullscreen: boolean; maskAnimationName: string; modalAnimationName: string; hideTitle: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };