export declare class VirtualScrolling { scrollPosition?: number; itemHeight?: ((data: any) => number) | number; tbodyHeight?: number; }