import { FormItemInstance } from "./form.shared";
export default function useFormField(name?: string, field?: FormItemInstance): void;
