import React from "react"; import "./index.css"; type Props = { axis: "x" | "y"; }; declare const ScrollBar: React.FC; export default ScrollBar;