import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import { RadioGroup as RadioGroup$1 } from 'radix-ui'; declare function RadioGroup({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function RadioGroupItem({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; export { RadioGroup, RadioGroupItem };