import React from 'react'; import './LoadingBar.scss'; declare const LoadingBar: () => React.JSX.Element; export { LoadingBar };