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