import { FC } from "react"; import "../index.css"; export interface AccountIncomeProps { } export declare const AccountIncome: FC;