import { InjectionKey, MaybeRefOrGetter, Ref, ComputedRef } from 'vue'; export declare const labelInlineInjection: InjectionKey>; export declare const itemInjection: InjectionKey>; export declare function useFormItem(name: MaybeRefOrGetter): { name: ComputedRef; required: ComputedRef; };