import type React from 'react'; import type { SlashCommandMatch } from '../app-state.js'; export interface SlashMenuProps { query: string; matches: SlashCommandMatch[]; selected: number; } export declare function SlashMenu({ query, matches, selected }: SlashMenuProps): React.ReactElement; //# sourceMappingURL=slash-menu.d.ts.map