import { ZKpiValue_Props } from '@zurich/dev-utils/code/KpiValue'; import { ZLocalized } from './localized'; /** ## `` * * Component docs. */ export declare class ZKpiValue extends ZLocalized implements ZKpiValue_Props { #private; readonly _name = "kpi-value"; amount: ZKpiValue_Props['amount']; config?: ZKpiValue_Props['config']; 'no-icon'?: ZKpiValue_Props['no-icon']; header?: ZKpiValue_Props['header']; description?: ZKpiValue_Props['description']; difference?: ZKpiValue_Props['difference']; render(): import('lit-html').TemplateResult<1>; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { 'z-kpi-value': ZKpiValue; } }