import { ProFormInstance } from './types'; export default function useForm(form?: ProFormInstance): [ProFormInstance];