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