import { AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class MSwipeItemComponent implements AfterViewInit { private readonly actionsHost; protected readonly offset: import("@angular/core").WritableSignal; protected readonly dragging: import("@angular/core").WritableSignal; private actionsWidth; private startX; private startOffset; private pointerId; protected bodyTransform(): string; protected isOpen(): boolean; ngAfterViewInit(): void; protected onPointerDown(event: PointerEvent): void; protected onPointerMove(event: PointerEvent): void; protected onPointerUp(event: PointerEvent): void; protected onDocumentClick(event: MouseEvent): void; protected open(): void; protected close(): void; private measureActions; private clamp; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }