export default ScrollInfo;
declare function ScrollInfo({ children, ...others }: {
    [x: string]: any;
    children: any;
}): any;
