import { ZBooleanInput } from './boolean-input'; import { ZSwitch_Props } from '@zurich/dev-utils/code/Switch'; /** ## `` * * Component docs. */ export declare class ZSwitch extends ZBooleanInput implements ZSwitch_Props { readonly _name = "switch"; render(): import('lit-html').TemplateResult<1>; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { 'z-switch': ZSwitch; } }