import { RadioBase } from '@material/mwc-radio/mwc-radio-base'; declare global { interface HTMLElementTagNameMap { 'cv-radio': CovalentRadio; } } export declare class CovalentRadio extends RadioBase { static styles: import("lit").CSSResult[]; } export default CovalentRadio; //# sourceMappingURL=radio.d.ts.map