import { SwitchBase } from './switch-base.js'; declare global { interface HTMLElementTagNameMap { 'bp-switch': Switch; } } export default class Switch extends SwitchBase { static styles: import("lit").CSSResult[]; }