import type { FormInstance } from '../type'; declare const useForm: () => FormInstance; export default useForm;