import { OnInit, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TruDesktopResizable implements OnInit { private elementRef; window: any; maximized: any; direction: any; constructor(elementRef: ElementRef); currentHeight: any; currentWidth: any; currentTop: any; currentLeft: any; currentRight: any; currentBottom: any; currentMinHeight: any; currentMinWidth: any; mouseOffsetX: number; mouseOffsetY: number; lastMouseX: number; lastMouseY: number; originalHeight: number; originalWidth: number; viewport: any; mouseDown: (event: any) => void; mouseMove: (event: any) => void; mouseUp: (event: any) => void; getViewport: () => Element; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }