/** * 填充的买/卖数量 */ import { FC } from "react"; interface Props { buyText: string; sellText: string; className?: string; } export declare const CenterQuantity: FC; export {};