import { LitElement, nothing } from "lit"; import type { SlashCommand } from "@ringg/core"; export declare class SlashCommandMenu extends LitElement { static styles: import("lit").CSSResult[]; commands: SlashCommand[]; filter: string; private _activeIndex; render(): import("lit").TemplateResult<1> | typeof nothing; private _select; } declare global { interface HTMLElementTagNameMap { "ringg-slash-command-menu": SlashCommandMenu; } } //# sourceMappingURL=slash-command-menu.d.ts.map