import type { FormInstance, Props } from '../types';
export declare function useForm(props?: Props): [(formIns: FormInstance) => void, FormInstance];
