import { AfterViewInit, OnDestroy } from '@angular/core'; export declare class NgxSyncScrollComponent implements AfterViewInit, OnDestroy { private names; private dragged; private cloneWindow; private cloneDocument; dragState: boolean; disableSync: boolean; attributeName: string; classSyncScroll: string; private static clearScrollListeners; ngAfterViewInit(): void; ngOnDestroy(): void; private sync; private syncDrag; private eventListenerScroll; private eventListenerDragScroll; private clearDragListeners; }