import { Ref, UnwrapRef } from 'vue'; import { DescriptionsContextValue } from '../descriptions-context'; export declare function useDescriptionsContext(): { context: Ref>; }; export declare const vuePropsType: { name: StringConstructor; }; declare const Consumer: import("vue").DefineComponent, () => import("vue").VNode[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default Consumer;