import { LitElement } from 'lit'; /** * @slot - Hosts mbio-switch-items. */ export declare class mbioSwitch extends LitElement { static get styles(): import("lit").CSSResultGroup[]; render(): import("lit-html").TemplateResult<1>; attributeChangedCallback(name: string, oldval: string, newval: string): void; }