import { RaRecord } from "../../types.js";
import { ChoicesContextValue } from "./ChoicesContext.js";
export declare const useChoicesContext: <ChoicesType extends RaRecord = RaRecord>(options?: Partial<ChoicesContextValue> & {
    choices?: ChoicesType[];
}) => ChoicesContextValue<ChoicesType>;
//# sourceMappingURL=useChoicesContext.d.ts.map