import { LitElement } from "lit"; import "../../mjo-typography.js"; export declare class MjointListboxSection extends LitElement { section: string; render(): import("lit-html").TemplateResult<1>; static styles: import("lit").CSSResult[]; } declare global { interface HTMLElementTagNameMap { "mjoint-listbox-section": MjointListboxSection; } } //# sourceMappingURL=mjoint-listbox-section.d.ts.map