export declare const dialogContentProps: { readonly center: import("@element-plus-next/vue-utils").EpPropFinalized; readonly closeIcon: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp) | ((new (...args: any[]) => import("@element-plus-next/vue-utils").IconProp & {}) | (() => import("@element-plus-next/vue-utils").IconProp))[], unknown, unknown, "", boolean>; readonly customClass: import("@element-plus-next/vue-utils").EpPropFinalized; readonly draggable: import("@element-plus-next/vue-utils").EpPropFinalized; readonly fullscreen: import("@element-plus-next/vue-utils").EpPropFinalized; readonly showClose: import("@element-plus-next/vue-utils").EpPropFinalized; readonly title: import("@element-plus-next/vue-utils").EpPropFinalized; }; export declare const dialogContentEmits: { close: () => boolean; };