import { RadioGroup, radioGroupTag } from '@ni/nimble-components/dist/esm/radio-group'; import { type EventName } from '../utilities/react-wrapper'; export { radioGroupTag }; export { type RadioGroup }; export declare const NimbleRadioGroup: import("@lit/react").ReactWebComponent; }>; export interface RadioGroupChangeEvent extends CustomEvent { target: RadioGroup; }