import { default as React } from 'react'; import { RadioButtonsProps } from './RadioButtons.types'; export default function RadioButtonsComponent(props: RadioButtonsProps): React.JSX.Element;