export declare const dialogContentProps: { readonly center: import("element-plus/es/utils").EpPropFinalized; readonly alignCenter: import("element-plus/es/utils").EpPropFinalized; readonly 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))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly customClass: import("element-plus/es/utils").EpPropFinalized; readonly draggable: import("element-plus/es/utils").EpPropFinalized; readonly fullscreen: import("element-plus/es/utils").EpPropFinalized; readonly showClose: import("element-plus/es/utils").EpPropFinalized; readonly title: import("element-plus/es/utils").EpPropFinalized; }; export declare const dialogContentEmits: { close: () => boolean; };