import type { FormInstance } from './useForm';
export default function useFormInstance<Value = any>(): FormInstance<Value>;
