import { MjoListboxItem, MjoListboxVariant } from "../../types/mjo-listbox"; import { LitElement, PropertyValues, nothing } from "lit"; import "../../mjo-icon.js"; import "../../mjo-typography.js"; export declare class MjointListboxItem extends LitElement { #private; item: MjoListboxItem; index: number; variant: MjoListboxVariant; selected: boolean; focused: boolean; render(): typeof nothing | import("lit-html").TemplateResult<1>; protected updated(_changedProperties: PropertyValues): void; focus(): void; static styles: import("lit").CSSResult[]; } declare global { interface HTMLElementTagNameMap { "mjoint-listbox-item": MjointListboxItem; } } //# sourceMappingURL=mjoint-listbox-item.d.ts.map