import { type AfterViewInit, type OnDestroy } from '@angular/core'; import { TuiTilesComponent } from './tiles.component'; import * as i0 from "@angular/core"; export declare class TuiTile implements OnDestroy, AfterViewInit { private readonly wrapper; private readonly service; protected readonly tiles: TuiTilesComponent; protected readonly dragged: import("@angular/core").WritableSignal; readonly width: import("@angular/core").InputSignal; readonly height: import("@angular/core").InputSignal; readonly element: HTMLElement; onDrag(offset: readonly [number, number]): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }