import { LitElement, CSSResultGroup } from 'lit'; export declare class AgSidebarNavSubmenu extends LitElement { static hostAttributes: { class: string; part: string; 'aria-label': string; }; open: boolean; static styles: CSSResultGroup; render(): import('lit').TemplateResult<1>; } //# sourceMappingURL=_SidebarNavSubmenu.d.ts.map