import { FC } from "react"; import { PnLDisplayFormat } from "../type"; export declare const PnlFormatView: FC<{ type: PnLDisplayFormat; curType?: PnLDisplayFormat; setPnlFormat: any; }>; //# sourceMappingURL=pnlFormat.d.ts.map