import { InputCheckProps } from '../private/components/InputCheck/types'; export interface RadioButtonProps extends InputCheckProps { }