import { AfterViewInit, ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LoopScrollColumnComponent implements AfterViewInit, OnChanges { LOOP_COUNTER: number[]; column?: ElementRef; list: any; selectedItem: any; selection: EventEmitter; clones: any; disableScroll: boolean; scrollHeight: number; scrollPos: number; clonesHeight: number; constructor(); ngAfterViewInit(): void; ngOnChanges(changes: SimpleChanges): void; select(item: any): void; getScrollPos(): any; setScrollPos(pos: number): void; getClonesHeight(): number; reCalc(): void; onScroll(): void; scrollUpdate(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }