export declare class FtbInfiniteScrollComponent { /** method that is called when user scrolls to a component */ loadData: () => Promise; loading: boolean; error: boolean; el: any; io?: IntersectionObserver; componentDidLoad(): void; addIO(): void; removeIO(): void; runDataLoad(): Promise; render(): any; }