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