import * as RadioGroupPrimitive from '@radix-ui/react-radio-group'; import * as React from 'react'; declare function RadioGroup({ className, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function RadioGroupItem({ className, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; export { RadioGroup, RadioGroupItem };