import type { InjectionKey } from 'vue';
import type { FormContext, FormItemContext } from './types';
export declare const formContextKey: InjectionKey<FormContext>;
export declare const formItemContextKey: InjectionKey<FormItemContext>;
