export = SearchSuggestionsSection; declare class SearchSuggestionsSection { constructor(data: any); type: string; contents: any; }