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