import { InteractEvent } from '@interactjs/types/types'; import { WindowImpl } from '../../window/WindowImpl'; export declare class WindowResizeable extends WindowImpl { private _interactable; private resizeMoveHandlerProxy; protected setProperties(): void; resizeMoveHandler(event: InteractEvent): void; destroy(): void; protected get interactable(): any; }