export interface AutoCompleteContext { width: string; } export declare type SuggestionFilterFn = (inputValue: string, suggestion: string) => boolean;