export { showConfirm } from './showConfirm'; export type { ConfirmProps } from './Confirm'; export declare const Confirm: import("vue").DefineComponent<{ visible: BooleanConstructor; title: { type: StringConstructor; default: string; }; message: { type: StringConstructor; default: string; }; cancelText: { type: StringConstructor; default: string; }; submitText: { type: StringConstructor; default: string; }; teleport: { type: import("vue").PropType; default: string; }; lockScroll: { type: BooleanConstructor; default: boolean; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:visible"[], "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: string; }; lockScroll: { type: BooleanConstructor; default: boolean; }; }>> & { "onUpdate:visible"?: ((...args: any[]) => any) | undefined; }, { title: string; visible: boolean; message: string; cancelText: string; submitText: string; teleport: string | import("vue").RendererElement | null | undefined; lockScroll: boolean; }, {}>; declare module 'vue' { interface GlobalComponents { ErConfirm: typeof Confirm; } }