import * as i0 from '@angular/core'; import { OnChanges, EventEmitter, SimpleChanges } from '@angular/core'; import * as i2 from '@angular/forms'; import * as i3 from '@angular/common'; import * as i4 from '@ngx-translate/core'; import * as i5 from '@ng-bootstrap/ng-bootstrap'; declare class HsHistoryListService { private cookieService; items: any; readSourceHistory(forWhat: string): Array; uniq(a: Array): Array; addSourceHistory(forWhat: string, url: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } declare class HsHistoryListComponent implements OnChanges { hsHistoryListService: HsHistoryListService; what: string; historyUrlSelected: EventEmitter; items: Array; ngOnChanges(changes: SimpleChanges): void; historyUrlClicked(value: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class HsHistoryListModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { HsHistoryListComponent, HsHistoryListModule, HsHistoryListService };