/// <reference types="react" />
import { FormConfig } from "../types/FormConfig";
export declare function useDataRefByContext<T>(callback: (parameters: FormConfig) => T): import("react").MutableRefObject<T | undefined>;
//# sourceMappingURL=useDataRefByContext.d.ts.map