import React from "react"; import type { AcademyPageProps } from "./AcademyPage.types"; declare const AcademyPage: React.FC; export default AcademyPage;