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