import React from "react"; import type { MediumProfilePageProps } from "./MediumProfilePage.types"; declare const MediumProfilePage: React.FunctionComponent; export default MediumProfilePage;