import { defineComponent } from 'vue'; import type { ExtractPropTypes, Slot, VNode, __ExtractPublicPropTypes } from 'vue'; export declare const descriptionItemProps: { label: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; span: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; rowspan: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; width: import("@hd-front-end/element-plus/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, string, boolean>; minWidth: import("@hd-front-end/element-plus/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, string, boolean>; labelWidth: import("@hd-front-end/element-plus/es/utils").EpPropFinalized<(NumberConstructor | StringConstructor)[], unknown, unknown, string, boolean>; align: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; labelAlign: { readonly type: defineComponent; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; className: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; labelClassName: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; }; declare const DescriptionItem: any; export default DescriptionItem; export type DescriptionItemProps = ExtractPropTypes; export type DescriptionItemPropsPublic = __ExtractPublicPropTypes; export type DescriptionItemVNode = VNode & { children: { [name: string]: Slot; } | null; props: Partial | null; };