export default Scrollbar; declare function Scrollbar({ horizontal, ...restProps }: { [x: string]: any; horizontal: any; }): JSX.Element; declare namespace Scrollbar { namespace propTypes { const horizontal: PropTypes.Requireable; } } import PropTypes from 'prop-types';