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