import { ElementRef } from '@angular/core'; import { WindowElement } from '../WindowElement'; export declare class ResizeWindowElementComponent extends WindowElement { static ICON_CLASS: string; static ICON_VALUE: string; constructor(element: ElementRef); protected createChildren(): void; protected destroyChildren(): void; private mouseClickHandler; }