import { LitElement } from 'lit'; export declare class NavbarLink extends LitElement { static styles: import("lit").CSSResult; href: string; /** * Eg plugins.jenkins.io */ property: string; class: string; locationPathname: string; render(): import("lit-html").TemplateResult<1>; } export declare const cleanPathname: (pathname: string) => string; export declare const relOrAbsoluteLink: (href: string, property: string, locationPathname?: string) => { isActive: boolean; href: string; }; declare global { interface HTMLElementTagNameMap { 'jio-navbar-link': NavbarLink; } } //# sourceMappingURL=jio-navbar-link.d.ts.map