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