import React from 'react'; import { type BaseRadioGroupProps } from '../components/base-radio-group'; export type RadioGroupDesktopProps = Omit; export declare const RadioGroupDesktop: React.ForwardRefExoticComponent>;