import { TdDescriptionsProps } from './type'; import { PropType } from 'vue'; declare const _default: { bordered: BooleanConstructor; colon: BooleanConstructor; column: { type: NumberConstructor; default: number; }; contentStyle: { type: PropType; }; itemLayout: { type: PropType<"vertical" | "horizontal">; default: "vertical" | "horizontal"; validator(val: TdDescriptionsProps['itemLayout']): boolean; }; items: { type: PropType; }; labelStyle: { type: PropType; }; layout: { type: PropType<"vertical" | "horizontal">; default: "vertical" | "horizontal"; validator(val: TdDescriptionsProps['layout']): boolean; }; size: { type: PropType; default: import("..").SizeEnum; validator(val: TdDescriptionsProps['size']): boolean; }; title: { type: PropType import("vue/types/vnode").ScopedSlotReturnValue)>; }; }; export default _default;