import React from 'react';
import type { RadioButtonProps } from './types';
export declare function RadioButton({ id, alignLabel, checked, 'data-tag': dataTag, children, disabled, name, onChange, value, alignButton, 'button-data-tag': buttonDataTag, }: RadioButtonProps): React.JSX.Element;