import type { App } from 'vue'; export declare const Dialog: { (options: import("vant").DialogOptions): Promise; Component: import("packages/vant/lib/utils").WithInstall; lockScroll: { type: BooleanConstructor; default: true; }; lazyRender: { type: BooleanConstructor; default: true; }; beforeClose: import("vue").PropType; overlayStyle: import("vue").PropType; overlayClass: import("vue").PropType; transitionAppear: BooleanConstructor; closeOnClickOverlay: { type: BooleanConstructor; default: true; }; } & { title: StringConstructor; theme: import("vue").PropType; width: (NumberConstructor | StringConstructor)[]; message: import("vue").PropType; callback: import("vue").PropType<(action?: import("packages/vant/lib/dialog/types").DialogAction | undefined) => void>; allowHtml: BooleanConstructor; className: import("vue").PropType; transition: { type: import("vue").PropType; default: string; }; messageAlign: import("vue").PropType; closeOnPopstate: { type: BooleanConstructor; default: true; }; showCancelButton: BooleanConstructor; cancelButtonText: StringConstructor; cancelButtonColor: StringConstructor; cancelButtonDisabled: BooleanConstructor; confirmButtonText: StringConstructor; confirmButtonColor: StringConstructor; confirmButtonDisabled: BooleanConstructor; showConfirmButton: { type: BooleanConstructor; default: true; }; closeOnClickOverlay: BooleanConstructor; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("confirm" | "cancel" | "keydown" | "update:show")[], "confirm" | "cancel" | "keydown" | "update:show", import("vue").PublicProps, Readonly; lockScroll: { type: BooleanConstructor; default: true; }; lazyRender: { type: BooleanConstructor; default: true; }; beforeClose: import("vue").PropType; overlayStyle: import("vue").PropType; overlayClass: import("vue").PropType; transitionAppear: BooleanConstructor; closeOnClickOverlay: { type: BooleanConstructor; default: true; }; } & { title: StringConstructor; theme: import("vue").PropType; width: (NumberConstructor | StringConstructor)[]; message: import("vue").PropType; callback: import("vue").PropType<(action?: import("packages/vant/lib/dialog/types").DialogAction | undefined) => void>; allowHtml: BooleanConstructor; className: import("vue").PropType; transition: { type: import("vue").PropType; default: string; }; messageAlign: import("vue").PropType; closeOnPopstate: { type: BooleanConstructor; default: true; }; showCancelButton: BooleanConstructor; cancelButtonText: StringConstructor; cancelButtonColor: StringConstructor; cancelButtonDisabled: BooleanConstructor; confirmButtonText: StringConstructor; confirmButtonColor: StringConstructor; confirmButtonDisabled: BooleanConstructor; showConfirmButton: { type: BooleanConstructor; default: true; }; closeOnClickOverlay: BooleanConstructor; }>> & { onKeydown?: ((...args: any[]) => any) | undefined; "onUpdate:show"?: ((...args: any[]) => any) | undefined; onCancel?: ((...args: any[]) => any) | undefined; onConfirm?: ((...args: any[]) => any) | undefined; }, { overlay: boolean; show: boolean; lockScroll: boolean; lazyRender: boolean; transitionAppear: boolean; closeOnClickOverlay: boolean; transition: string; closeOnPopstate: boolean; allowHtml: boolean; showCancelButton: boolean; cancelButtonDisabled: boolean; confirmButtonDisabled: boolean; showConfirmButton: boolean; }, {}>>; alert: any; confirm: (options: import("vant").DialogOptions) => Promise; close: () => void; setDefaultOptions: (options: import("vant").DialogOptions) => void; resetDefaultOptions: () => void; install(app: App): void; }; declare module '@vue/runtime-core' { interface ComponentCustomProperties { $dialog: typeof Dialog; } }