import React from "react"; import "./loader.scss"; type BundleLoaderProps = {}; declare const BundleLoader: React.FC; export default BundleLoader;