import { Subject } from 'rxjs'; import { FileLogger } from '../../../angular-terminal/logger'; import { ShortcutService } from '../../../commands/shortcut.service'; import * as i0 from "@angular/core"; import * as i1 from "../../1-basics/grow.directive"; export declare class Logs { logger: FileLogger; shortcutService: ShortcutService; logs: import("@angular/core").WritableSignal; $selectedLog: import("@angular/core").WritableSignal; focused: import("../../../utils/Signal2").Signal2<"left" | "right">; constructor(); shortcuts: { keys: string; func: (key: any) => any; }[]; s: { rightPane: { width: string; height: string; flexShrink: number; borderLeftCharacter: string; }; blackOnWhite: { backgroundColor: string; color: string; }; }; destroy$: Subject; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }