import type { SFCWithInstall } from 'southgisui/es/utils/types'; declare const _InfiniteScroll: SFCWithInstall>; delay: number; lastScrollTop: number; cb: () => void; onScroll: () => void; observer?: MutationObserver | undefined; }; }, () => void>>; export default _InfiniteScroll; export declare const SgInfiniteScroll: SFCWithInstall>; delay: number; lastScrollTop: number; cb: () => void; onScroll: () => void; observer?: MutationObserver | undefined; }; }, () => void>>;