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