/** * 账号面板 */ import { FC } from "react"; import { ActionButtonProps, ActionType } from "./ActionBtn"; interface Props { coin?: string; avb?: string; unPnl?: string; scale?: number; buttonList?: ActionButtonProps[]; } export declare const AccountBalance: FC; export { ActionButtonProps, ActionType };