import { LitElement, CSSResultGroup } from 'lit'; export declare class AgSidebarNavItem extends LitElement { static hostAttributes: { class: string; part: string; }; static styles: CSSResultGroup; render(): import('lit').TemplateResult<1>; } //# sourceMappingURL=_SidebarNavItem.d.ts.map