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