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