import { FormInstance } from '../type'; declare function useForm(formInstance?: FormInstance): FormInstance; export default useForm;