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