import { InputChoiceGroupProps } from '../InputChoiceGroup'; export type RadioButtonGroupProps = InputChoiceGroupProps; export declare function RadioButtonGroup(props: RadioButtonGroupProps): import("react/jsx-runtime").JSX.Element; export default RadioButtonGroup;