import { ChangeDetectorRef } from "@angular/core"; export declare class PinnableTableCell { static readonly props: { pinned: string; }; protected changeDetector: ChangeDetectorRef; pinLeft: string; pinRight: string; pinned: boolean; setPinPosition(left: string, right: string): void; }