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