export = SingleColumnBrowseResults; declare class SingleColumnBrowseResults { constructor(data: any); type: string; tabs: any; }