declare const LionRadio_base: typeof LionInput & import("@open-wc/dedupe-mixin").Constructor & Pick & import("@open-wc/dedupe-mixin").Constructor & Pick & Pick; /** * Lion-radio can be used inside a lion-radio-group. * * * * * * * * * * * * You can preselect an option by setting marking an lion-radio checked. * Example: * * * @customElement lion-radio */ export class LionRadio extends LionRadio_base { } import { LionInput } from "../../../exports/input.js"; export {}; //# sourceMappingURL=LionRadio.d.ts.map