import { FC } from 'react';
import { RadioButtonGroupProps } from './types.cjs';
export declare const RadioButtonGroup: FC<RadioButtonGroupProps>;
