import type { SFCWithInstall } from '@element-plus-next/vue-utils'; declare const _InfiniteScroll: SFCWithInstall>; delay: number; lastScrollTop: number; cb: () => void; onScroll: () => void; observer?: MutationObserver | undefined; }; }, () => void>>; export default _InfiniteScroll; export declare const ElInfiniteScroll: SFCWithInstall>; delay: number; lastScrollTop: number; cb: () => void; onScroll: () => void; observer?: MutationObserver | undefined; }; }, () => void>>;