/// import * as React from 'react'; import Component from '../../components/radio-button/radio-button.js'; import { type EventName } from '@lit-labs/react'; import { OBlurEvent } from '../../../src/events/events'; import { OFocusEvent } from '../../../src/events/events'; import { OConnectedEvent } from '../../../src/events/events'; import { ODisconnectedEvent } from '../../../src/events/events'; declare const component: import("@lit-labs/react").ReactWebComponent; onOFocus: EventName; onOConnected: EventName; onODisconnected: EventName; }>; /** * @summary Radios buttons allow the user to select a single option from a group using a button-like control. * @documentation /components/radio-button * @status stable * @since 1.5 * * @slot - The radio button's label. * @slot prefix - A presentational prefix icon or similar element. * @slot suffix - A presentational suffix icon or similar element. * * @event o-blur - Emitted when the button loses focus. * @event o-focus - Emitted when the button gains focus. * * @csspart base - The component's base wrapper. * @csspart button - The internal `