interface VariableSuggestionsProps { items: string[]; command: (item: string) => void; selected: number; } export declare const VariableSuggestions: React.FC; export {};