import { useForm } from 'vee-validate'; export declare const EXTRA_KEY_IN_FORM = "EXTRA_KEY_IN_FORM"; export declare function useSubForm(name: string): import("vee-validate").FormContext>; export declare function clearExtraKeyInForm(form?: ReturnType): void; export declare function getFormValues(): Record | undefined;