import { InputSignal, OutputEmitterRef } from '@angular/core'; import { HistoryItemTypeEnum } from "../../../enums/history-item-type.enum"; import { LinkRoutingModuleModel } from "../../../models/link-routing-module.model"; import * as i0 from "@angular/core"; export declare class HistoryComponent { lang: InputSignal; redirect: OutputEmitterRef; historyList: any[]; private readonly localStorageService; getHistory(): void; onSelectHistory(module: string, route: string): void; protected readonly HistoryItemTypeEnum: typeof HistoryItemTypeEnum; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }