import { WithImageElement } from './with-image'; import { ZSafeSpace_Props } from '@zurich/dev-utils/code/SafeSpace'; /** ## `` * * Component docs. */ export declare class ZSafeSpace extends WithImageElement implements ZSafeSpace_Props { readonly _name = "safe-space"; config?: ZSafeSpace_Props['config']; render(): import('lit-html').TemplateResult<1>; get hasImage(): boolean; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { 'z-safe-space': ZSafeSpace; } }