import type { VNode } from 'vue';
import { TdDescriptionItemProps } from './type';
export declare enum ItemsType {
    props = "props",
    slots = "slots"
}
export declare type TdDescriptionItem = TdDescriptionItemProps | VNode;
