import { LitElement } from 'lit'; export declare class ObcNavigationItem extends LitElement { label: string; href: string | undefined; checked: boolean; onClick(): void; render(): import('lit-html').TemplateResult<1>; static styles: import('lit').CSSResult; } declare global { interface HTMLElementTagNameMap { 'obc-navigation-item': ObcNavigationItem; } } //# sourceMappingURL=navigation-item.d.ts.map