import { default as React } from 'react'; type Props = { axis: 'x' | 'y'; }; declare const ScrollBar: React.FC; export default ScrollBar;