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