/// import "./Bar.scss"; import BarParent from "./BarParent"; declare class Vbar extends BarParent { render(): JSX.Element; } export default Vbar;