import { OnInit } from "@angular/core"; import { ISessionNote } from "@cygnus-reach/session"; import { SessionService } from "../../../../../core"; import { SessionViewIcons } from "../../../models/icon-interfaces"; import { HistoryTab } from "../../../models/tabs"; import { SessionViewText } from "../../../models/text-interfaces"; import * as i0 from "@angular/core"; export declare class SessionViewComponent implements OnInit { uiService: SessionService; displayScale: number; text: SessionViewText; icons?: SessionViewIcons; /** * The editor to be associated with newly-edited session notes. * If not provided, the existing editor will be used. */ editor?: string; dragMediaSave: boolean; HistoryTab: typeof HistoryTab; tabs: Map; selectedTab: HistoryTab; constructor(uiService: SessionService); ngOnInit(): void; onNoteSaved(data: ISessionNote): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }