import { FC } from "react"; import { ReferralType } from "./sharePnLUtils"; export declare const MobileSharePnLContent: FC<{ position: any; leverage: any; hide: any; baseDp?: number; quoteDp?: number; referral?: ReferralType; }>; //# sourceMappingURL=mobileSharePnl.d.ts.map