import type { WarpRadio } from "./radio.js"; /** * Radios allow users to select a single option from a list of choices. * * Wrap individual radio components in a radio group. * * [Warp component reference](https://warp-ds.github.io/docs/components/radio/frameworks/elements) */ export declare const Radio: import("@lit/react").ReactWebComponent;