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