import { RadioGroupItemFieldProps } from '../ui/radio-group-item-field'; export type RadioGroupItemProps = RadioGroupItemFieldProps; export declare function RadioGroupItem(props: RadioGroupItemProps): import("react/jsx-runtime").JSX.Element; export declare namespace RadioGroupItem { var displayName: string; } //# sourceMappingURL=radio-group-item.d.ts.map