import { ZFigure_Props } from '@zurich/dev-utils/code/Figure'; import { ZDSElement } from './base'; /** ## `` * * Component docs. */ export declare class ZFigure extends ZDSElement implements ZFigure_Props { readonly _name = "figure"; caption?: ZFigure_Props['caption']; render(): import('lit-html').TemplateResult<1>; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { 'z-figure': ZFigure; } }