import type { FC } from 'react'; import { JSX } from 'react'; declare const CashFlow: FC; export default CashFlow;