import { NextPage } from "next";
declare const CreateCoursePage: NextPage;
export default CreateCoursePage;
