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