import type { UseFormReturn } from './type'; export declare function useForm = Record>(options?: { initialValues?: T; }): UseFormReturn;