import { ExtractPropTypes } from 'vue'; import { default as Dialog } from './dialog.vue'; export declare const dialogProps: { modelValue: BooleanConstructor; visible: BooleanConstructor; url: StringConstructor; contentWidth: import('element-plus/es/utils/index.mjs').EpPropFinalized; contentHeight: import('element-plus/es/utils/index.mjs').EpPropFinalized; loading: BooleanConstructor; confirm: FunctionConstructor; onConfirm: FunctionConstructor; cancel: FunctionConstructor; appendToBody: BooleanConstructor; appendTo: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown, "body", boolean>; beforeClose: { readonly type: import('vue').PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; destroyOnClose: BooleanConstructor; closeOnClickModal: import('element-plus/es/utils/index.mjs').EpPropFinalized; closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropFinalized; lockScroll: import('element-plus/es/utils/index.mjs').EpPropFinalized; modal: import('element-plus/es/utils/index.mjs').EpPropFinalized; modalPenetrable: BooleanConstructor; openDelay: import('element-plus/es/utils/index.mjs').EpPropFinalized; closeDelay: import('element-plus/es/utils/index.mjs').EpPropFinalized; top: { readonly type: import('vue').PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; modalClass: StringConstructor; headerClass: StringConstructor; bodyClass: StringConstructor; footerClass: StringConstructor; width: { readonly type: import('vue').PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; zIndex: { readonly type: import('vue').PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; trapFocus: BooleanConstructor; headerAriaLevel: import('element-plus/es/utils/index.mjs').EpPropFinalized; transition: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | (((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition)) | null)[], unknown, unknown, undefined, boolean>; center: BooleanConstructor; alignCenter: import('element-plus/es/utils/index.mjs').EpPropFinalized; closeIcon: { readonly type: import('vue').PropType (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | (((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component)) | null)[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; draggable: import('element-plus/es/utils/index.mjs').EpPropFinalized; overflow: import('element-plus/es/utils/index.mjs').EpPropFinalized; fullscreen: BooleanConstructor; showClose: import('element-plus/es/utils/index.mjs').EpPropFinalized; title: import('element-plus/es/utils/index.mjs').EpPropFinalized; ariaLevel: import('element-plus/es/utils/index.mjs').EpPropFinalized; }; export type DialogProps = ExtractPropTypes; export type DialogInstance = InstanceType;