import { LitElement } from 'lit'; /** Groups related drawer items under an optional category label. */ export declare class WsDrawerCategory extends LitElement { static styles: import("lit").CSSResult; /** Optional heading shown above the grouped drawer items. */ category: string; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'ws-drawer-category': WsDrawerCategory; } } //# sourceMappingURL=ws-drawer-category.d.ts.map