import { ElementRef, OnInit } from '@angular/core'; import { FullscreenTypes } from '../../../enums/fullscreen-types'; import * as i0 from "@angular/core"; export declare class ScreenVerticalSeparatorComponent implements OnInit { private hostElementRef; visibleButtons: boolean; hideArrowButtons: boolean; fullscreenType: FullscreenTypes | string; startSlicePercent: number; isDragging: boolean; hostElementRec: any; knopDraggingX: number; direction: 'rtl' | 'ltr'; constructor(hostElementRef: ElementRef); get FullscreenTypes(): typeof FullscreenTypes; mouseDown(event: any): void; mouseMove(event: any): void; mouseUp(event: any): void; changeFullscreenMode(fullscreenMode: FullscreenTypes): void; toggleFullscreenMode(fullscreenMode: FullscreenTypes): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }