import { CreateComponentPublicInstance, ExtractPropTypes, PropType, CSSProperties, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue'; import { default as Dialog } from './src/index.vue'; export type PlusDialogInstance = InstanceType; export * from './src/type'; export declare const PlusDialog: { new (...args: any[]): CreateComponentPublicInstance; default: string; }; width: { type: PropType; default: string; }; top: { type: PropType; default: string; }; modelValue: { type: PropType; default: boolean; }; hasFooter: { type: PropType; default: boolean; }; footerAlign: { type: PropType<"right" | "left" | "center">; default: string; }; confirmLoading: { type: PropType; default: boolean; }; cancelText: { type: PropType; default: string; }; confirmText: { type: PropType; default: string; }; dialogStyle: { type: PropType< CSSProperties | Record>; }; }>> & { "onUpdate:modelValue"?: ((visible: boolean) => any) | undefined; onCancel?: (() => any) | undefined; onConfirm?: (() => any) | undefined; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (visible: boolean) => void; cancel: () => void; confirm: () => void; }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{ title: { type: PropType; default: string; }; width: { type: PropType; default: string; }; top: { type: PropType; default: string; }; modelValue: { type: PropType; default: boolean; }; hasFooter: { type: PropType; default: boolean; }; footerAlign: { type: PropType<"right" | "left" | "center">; default: string; }; confirmLoading: { type: PropType; default: boolean; }; cancelText: { type: PropType; default: string; }; confirmText: { type: PropType; default: string; }; dialogStyle: { type: PropType< CSSProperties | Record>; }; }>> & { "onUpdate:modelValue"?: ((visible: boolean) => any) | undefined; onCancel?: (() => any) | undefined; onConfirm?: (() => any) | undefined; }, { title: string; width: string | number; top: string; modelValue: boolean; hasFooter: boolean; footerAlign: "right" | "left" | "center"; confirmLoading: boolean; cancelText: string; confirmText: string; }, true, {}, {}, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< ExtractPropTypes<{ title: { type: PropType; default: string; }; width: { type: PropType; default: string; }; top: { type: PropType; default: string; }; modelValue: { type: PropType; default: boolean; }; hasFooter: { type: PropType; default: boolean; }; footerAlign: { type: PropType<"right" | "left" | "center">; default: string; }; confirmLoading: { type: PropType; default: boolean; }; cancelText: { type: PropType; default: string; }; confirmText: { type: PropType; default: string; }; dialogStyle: { type: PropType< CSSProperties | Record>; }; }>> & { "onUpdate:modelValue"?: ((visible: boolean) => any) | undefined; onCancel?: (() => any) | undefined; onConfirm?: (() => any) | undefined; }, {}, {}, {}, {}, { title: string; width: string | number; top: string; modelValue: boolean; hasFooter: boolean; footerAlign: "right" | "left" | "center"; confirmLoading: boolean; cancelText: string; confirmText: string; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & ComponentOptionsBase; default: string; }; width: { type: PropType; default: string; }; top: { type: PropType; default: string; }; modelValue: { type: PropType; default: boolean; }; hasFooter: { type: PropType; default: boolean; }; footerAlign: { type: PropType<"right" | "left" | "center">; default: string; }; confirmLoading: { type: PropType; default: boolean; }; cancelText: { type: PropType; default: string; }; confirmText: { type: PropType; default: string; }; dialogStyle: { type: PropType< CSSProperties | Record>; }; }>> & { "onUpdate:modelValue"?: ((visible: boolean) => any) | undefined; onCancel?: (() => any) | undefined; onConfirm?: (() => any) | undefined; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (visible: boolean) => void; cancel: () => void; confirm: () => void; }, string, { title: string; width: string | number; top: string; modelValue: boolean; hasFooter: boolean; footerAlign: "right" | "left" | "center"; confirmLoading: boolean; cancelText: string; confirmText: string; }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: { header?(_: {}): any; default?(_: {}): any; footer?(_: {}): any; }; });