export interface IListItemPickerState { noresultsFoundText: string; showError: boolean; errorMessage: string; suggestionsHeaderText: string; }