import { Item, Root } from '@radix-ui/react-radio-group'; import { ComponentProps } from 'react'; declare function RadioGroup({ ...props }: Omit, 'className'>): import("react").JSX.Element; declare namespace RadioGroup { var Item: typeof RadioGroupItem; } declare function RadioGroupItem({ ...props }: Omit, 'className'>): import("react").JSX.Element; export { RadioGroup };