import { OnInit, ElementRef, AfterViewInit } from '@angular/core';
import { ControllerService } from '../services/controller.service';
import { ModelService } from '../services/model.service';
import { StylesService } from '../services/styles.service';
import { InteractionsService } from '../services/interactions.service';
import * as i0 from "@angular/core";
export declare class ReportPanelComponent implements OnInit, AfterViewInit {
    private controller;
    model: ModelService;
    private stylesService;
    private interactionService;
    element: ElementRef;
    private scrollTimeout;
    private touchesLength;
    private touchZoomFirstDistance;
    private touchZoomSecondDistance;
    private touchZoomValue;
    private touchStartX;
    maxHeights: {};
    constructor(controller: ControllerService, model: ModelService, stylesService: StylesService, interactionService: InteractionsService);
    ngOnInit(): void;
    ngAfterViewInit(): void;
    loadPages(): void;
    get position(): string;
    scroll(): void;
    eventTouchStart(e: any): void;
    eventTouchMove(e: any): void;
    eventTouchEnd(e: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ReportPanelComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ReportPanelComponent, "sti-report-panel", never, {}, {}, never, never, false, never>;
}
