import type { FC } from 'react';
import { JSX } from 'react';
declare const CashFlow: FC<JSX.IntrinsicElements['svg']>;
export default CashFlow;
