import type { RadioButtonProps } from './types'; /** * Радио-кнопка. * @param props Свойства. * @return Элемент. */ export declare function RadioButton({ style, className, 'data-testid': testId, ...restProps }: RadioButtonProps): import("react").JSX.Element;