import React from 'react';
import { IFScrollProps } from './types';
declare const Scroll: React.FC<IFScrollProps>;
export default Scroll;
