import * as React from 'react';
import type { IChoiceGroupProps } from './ChoiceGroup.types';
export declare const ChoiceGroup: React.FunctionComponent<IChoiceGroupProps>;
