import * as react_jsx_runtime from 'react/jsx-runtime';
import { RadioGroupProps } from './RadioGroup.types.cjs';
import 'react';
import '../../Label/Label.types.cjs';
import '../../types.cjs';
import '@emotion/react';

declare const RadioGroup: <T>({ children, label, labelProps, direction, className, sx, value, onChangeValue, as, native, legend, }: RadioGroupProps<T>) => react_jsx_runtime.JSX.Element;

export { RadioGroup, RadioGroupProps };
