import { TuiSearchHistory } from './search-history.component'; import { TuiSearchHotkey } from './search-hotkey.directive'; import { TuiSearchResultsComponent } from './search-results.component'; export declare const TuiSearchResults: readonly [typeof TuiSearchHotkey, typeof TuiSearchHistory, typeof TuiSearchResultsComponent];