import * as RadixRadioGroup from '@radix-ui/react-radio-group'; import { RecipeVariants } from '@vanilla-extract/recipes'; import * as styles from './Item.css'; export type ItemProps = Omit & RecipeVariants; export declare const Item: ({ children, id, size, ...rest }: ItemProps) => import("react/jsx-runtime").JSX.Element;