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