import { ZBoxPlotChart_Props } from '@zurich/dev-utils/code/BoxPlotChart'; import { ZDSElement } from './base'; /** ## `` * * Component docs. */ export declare class ZBoxPlotChart extends ZDSElement implements ZBoxPlotChart_Props { readonly _name = "box-plot-chart"; render(): import('lit-html').TemplateResult<1>; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { 'z-box-plot-chart': ZBoxPlotChart; } }