import type { InjectionKey } from 'vue';
import type { DescriptionsProvide } from './interface';
export declare const DESCRIPTIONS_PROVIDE_KEY: InjectionKey<DescriptionsProvide>;
export declare const DESCRIPTIONS_ITEM_DEFAULT_SPAN = 1;
export declare const DESCRIPTIONS_PREFIX_CLASS: string;