interface ScrollThresholdConfig { threshold: number; id: string; useWindowScroll?: boolean; } export declare const useScrollThreshold: (configs: ScrollThresholdConfig[]) => { containerRef: import("react").RefObject; componentVisibility: Record; }; export {}; //# sourceMappingURL=useScrollThreshold.d.ts.map