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