import React from 'react'; export type ScrollInfoProviderProps = { children: React.ReactNode; }; export declare const ScrollInfoProvider: React.FC;