import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, QueryList, TemplateRef } from '@angular/core'; import { BlockableUI, Footer, Header } from '@axulus/uikit/api'; import { Scroller, ScrollerOptions } from '@axulus/uikit/scroller'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "@axulus/uikit/api"; import * as i3 from "@axulus/uikit/scroller"; export declare class VirtualScroller implements AfterContentInit, BlockableUI { el: ElementRef; cd: ChangeDetectorRef; value: any[]; itemSize: number; style: any; styleClass: string; scrollHeight: any; lazy: boolean; options: ScrollerOptions; delay: number; header: Header; footer: Footer; templates: QueryList; scroller: Scroller; onLazyLoad: EventEmitter; itemTemplate: TemplateRef; headerTemplate: TemplateRef; footerTemplate: TemplateRef; loadingItemTemplate: TemplateRef; virtualScrollTimeout: any; constructor(el: ElementRef, cd: ChangeDetectorRef); ngAfterContentInit(): void; onLazyItemLoad(event: any): void; getBlockableElement(): HTMLElement; scrollToIndex(index: number, mode?: ScrollBehavior): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class VirtualScrollerModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }