import * as i0 from "@angular/core"; export declare class TuiResizer { private readonly resizable; protected x: number; protected y: number; protected width: number; protected height: number; readonly tuiResizer: import("@angular/core").InputSignal; readonly tuiSizeChange: import("@angular/core").OutputEmitterRef; protected get cursor(): string; protected onPointerDown(x: number, y: number): void; protected onPointerMove({ x, y, buttons }: PointerEvent): void; protected onPointerUp(): void; protected onMove(x: number, y: number): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }