///
import { CustomRadioGroupProps } from './type';
declare function RadioGroup({ options, onOptionChange, size, customLabelRenderer, layout, spacing, labelPosition, showHoverEffects, customRadioProps, labelSx, onChange, title, sx, ...props }: CustomRadioGroupProps): import("react").JSX.Element;
declare namespace RadioGroup {
var displayName: string;
}
declare const _default: import("react").MemoExoticComponent;
export default _default;