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