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