import * as React from 'react'; import { ReactNode } from 'react'; import { ChoicesContextValue } from './ChoicesContext'; export declare const ChoicesContextProvider: ({ children, value, }: { children: ReactNode; value: ChoicesContextValue; }) => React.JSX.Element; //# sourceMappingURL=ChoicesContextProvider.d.ts.map