import type Description from './description.vue'; export declare const descriptionProps: { readonly border: import("@element-plus-next/vue-utils").EpPropFinalized; readonly column: import("@element-plus-next/vue-utils").EpPropFinalized; readonly direction: import("@element-plus-next/vue-utils").EpPropFinalized; readonly size: { readonly type: _vue_runtime_core.PropType>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly title: import("@element-plus-next/vue-utils").EpPropFinalized; readonly extra: import("@element-plus-next/vue-utils").EpPropFinalized; }; export declare type DescriptionInstance = InstanceType;