import ScholarProfile from "./components/ScholarProfile";
import "./components/ScholarProfile.css";
declare function initScholarEd(): void;
export { ScholarProfile, initScholarEd };
