import { InjectionKey } from 'vue';
import { FormContext } from './formContext';
export declare const FormServiceKey: InjectionKey<FormContext>;
