import { WithImageElement } from './with-image'; import { ZImageStage_Props } from '@zurich/dev-utils/code/ImageStage'; /** ## `` * * Component docs. */ export declare class ZImageStage extends WithImageElement implements ZImageStage_Props { #private; readonly _name = "image-stage"; config?: ZImageStage_Props['config']; shape?: ZImageStage_Props['shape']; header?: ZImageStage_Props['header']; content?: ZImageStage_Props['content']; render(): import('lit-html').TemplateResult<1>; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { 'z-image-stage': ZImageStage; } }