/// <reference types="react" />
import { IChoiceGroupProps } from './ChoiceGroup.types';
export declare const ChoiceGroup: (props: IChoiceGroupProps) => JSX.Element;
