import React from "react"; import type { FinancialRegisterPageProps } from "./FinancialRegister.types"; type OutgoingFinancialPageProps = Omit; declare const OutgoingFinancialPage: React.FC; export default OutgoingFinancialPage;