import type { ExtractPropTypes, Component } from 'vue'; export declare const dialogProps: { readonly appendToBody: import("element-plus/es/utils/props").BuildPropReturn; readonly beforeClose: import("element-plus/es/utils/props").BuildPropReturn void>, unknown, unknown, unknown, unknown>; readonly destroyOnClose: import("element-plus/es/utils/props").BuildPropReturn; readonly center: import("element-plus/es/utils/props").BuildPropReturn; readonly customClass: import("element-plus/es/utils/props").BuildPropReturn; readonly closeIcon: import("element-plus/es/utils/props").BuildPropReturn>, "", unknown, unknown, unknown>; readonly closeOnClickModal: import("element-plus/es/utils/props").BuildPropReturn; readonly closeOnPressEscape: import("element-plus/es/utils/props").BuildPropReturn; readonly fullscreen: import("element-plus/es/utils/props").BuildPropReturn; readonly lockScroll: import("element-plus/es/utils/props").BuildPropReturn; readonly modal: import("element-plus/es/utils/props").BuildPropReturn; readonly showClose: import("element-plus/es/utils/props").BuildPropReturn; readonly title: import("element-plus/es/utils/props").BuildPropReturn; readonly openDelay: import("element-plus/es/utils/props").BuildPropReturn; readonly closeDelay: import("element-plus/es/utils/props").BuildPropReturn; readonly top: import("element-plus/es/utils/props").BuildPropReturn; readonly modelValue: import("element-plus/es/utils/props").BuildPropReturn; readonly modalClass: StringConstructor; readonly width: import("element-plus/es/utils/props").BuildPropReturn; readonly zIndex: import("element-plus/es/utils/props").BuildPropReturn; }; export declare type DialogProps = ExtractPropTypes; export declare const dialogEmits: { open: () => boolean; opened: () => boolean; close: () => boolean; closed: () => boolean; "update:modelValue": (value: boolean) => boolean; }; export declare type DialogEmits = typeof dialogEmits;