import { LitElement } from 'lit'; /** * An example element. * * @slot Slot for the content */ export declare class Navigation extends LitElement { static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'iff-head-navigation': Navigation; } } //# sourceMappingURL=Navigation.d.ts.map