export declare const dialogContentProps: { readonly center: BooleanConstructor; readonly alignCenter: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly closeIcon: { readonly type: PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly draggable: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly overflow: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly fullscreen: BooleanConstructor; readonly headerClass: StringConstructor; readonly bodyClass: StringConstructor; readonly footerClass: StringConstructor; readonly showClose: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly title: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly ariaLevel: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; }; export declare const dialogContentEmits: { close: () => boolean; };