import type { InjectionKey } from 'vue';
import { TdDescriptionsProps } from '../type';
export declare const descriptionsKey: InjectionKey<TdDescriptionsProps>;
