import type { SFCWithInstall } from '@inte-cloud/lit-element/es/utils'; declare const _InfiniteScroll: SFCWithInstall>; delay: number; lastScrollTop: number; cb: () => void; onScroll: () => void; observer?: MutationObserver | undefined; }; }, () => void>>; export default _InfiniteScroll; export declare const LtInfiniteScroll: SFCWithInstall>; delay: number; lastScrollTop: number; cb: () => void; onScroll: () => void; observer?: MutationObserver | undefined; }; }, () => void>>;