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