import { TdDescriptionsItemProps } from '../descriptions/type';
import { PropType } from 'vue';
declare const _default: {
    content: {
        type: PropType<TdDescriptionsItemProps["content"]>;
    };
    default: {
        type: PropType<TdDescriptionsItemProps["default"]>;
    };
    label: {
        type: PropType<TdDescriptionsItemProps["label"]>;
    };
    span: {
        type: NumberConstructor;
        default: number;
    };
};
export default _default;
