import type { FormInstanceFunctions } from '../type';
import type { InternalFormInstance } from './interface';
export declare const HOOK_MARK = "TD_FORM_INTERNAL_HOOKS";
export default function useForm(form?: FormInstanceFunctions): InternalFormInstance[];