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