import * as react_jsx_runtime from 'react/jsx-runtime'; import { RadioGroupProps } from './RadioGroup.types.js'; import 'react'; import '../../Label/Label.types.js'; import '../../types.js'; import '@emotion/react'; declare const RadioGroup: ({ children, label, labelProps, direction, className, sx, value, onChangeValue, as, native, legend, }: RadioGroupProps) => react_jsx_runtime.JSX.Element; export { RadioGroup, RadioGroupProps };