/** * @license * Copyright 2018 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { SwitchBase } from './mwc-switch-base.js'; declare global { interface HTMLElementTagNameMap { 'mwc-switch': Switch; } } export declare class Switch extends SwitchBase { static styles: import("lit").CSSResult[]; }