export = TabbedSearchResults; declare class TabbedSearchResults { constructor(data: any); type: string; get tabs(): any; #private; }