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