import type { PropType } from 'vue'; import { CSSProperties } from 'vue'; import type { MessageType, TriggerPosition } from '../_utils/constant'; import type { FloatingOptions } from '../_utils/floating'; import { ClassName } from '../_utils/types'; import { ButtonProps } from '../button'; declare var __VLS_10: {}, __VLS_13: {}, __VLS_35: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_10) => any; } & { icon?: (props: typeof __VLS_13) => any; } & { content?: (props: typeof __VLS_35) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; popupVisible: { type: BooleanConstructor; default: undefined; }; defaultPopupVisible: { type: BooleanConstructor; default: boolean; }; type: { type: PropType; default: string; }; okText: StringConstructor; cancelText: StringConstructor; okLoading: { type: BooleanConstructor; default: boolean; }; okButtonProps: { type: PropType; }; cancelButtonProps: { type: PropType; }; contentClass: { type: PropType; }; contentStyle: { type: PropType; }; arrowClass: { type: PropType; }; arrowStyle: { type: PropType; }; popupContainer: { type: PropType; }; floatingOptions: { type: PropType; }; onBeforeOk: { type: PropType<(done: (closed: boolean) => void) => void | boolean | Promise>; }; onBeforeCancel: { type: PropType<() => boolean>; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { cancel: () => any; "update:popupVisible": (_visible: boolean) => any; popupVisibleChange: (_visible: boolean) => any; ok: () => any; }, string, import("vue").PublicProps, Readonly; default: string; }; popupVisible: { type: BooleanConstructor; default: undefined; }; defaultPopupVisible: { type: BooleanConstructor; default: boolean; }; type: { type: PropType; default: string; }; okText: StringConstructor; cancelText: StringConstructor; okLoading: { type: BooleanConstructor; default: boolean; }; okButtonProps: { type: PropType; }; cancelButtonProps: { type: PropType; }; contentClass: { type: PropType; }; contentStyle: { type: PropType; }; arrowClass: { type: PropType; }; arrowStyle: { type: PropType; }; popupContainer: { type: PropType; }; floatingOptions: { type: PropType; }; onBeforeOk: { type: PropType<(done: (closed: boolean) => void) => void | boolean | Promise>; }; onBeforeCancel: { type: PropType<() => boolean>; }; }>> & Readonly<{ onCancel?: (() => any) | undefined; "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined; onPopupVisibleChange?: ((_visible: boolean) => any) | undefined; onOk?: (() => any) | undefined; }>, { type: "success" | "warning" | "info" | "error"; position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb"; popupVisible: boolean; defaultPopupVisible: boolean; okLoading: 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; }; };