import { GeneralRecord, Nullable, UseCustomHookResult } from "../type"; import { InstillFormTree, SelectedConditionMap } from "./types"; export type UseInstillSelectedConditionMapResult = UseCustomHookResult>; export declare function useInstillSelectedConditionMap(tree: Nullable, initialValue: Nullable): UseInstillSelectedConditionMapResult; //# sourceMappingURL=useInstillSelectedConditionMap.d.ts.map