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