import { FC } from "react"; export interface TabBarExtraNodeProps { decimalPrecision: any; setDecimalPrecision: any; unPnlPriceBasis: any; setUnPnlPriceBasic: any; } export declare const TabBarExtraNode: FC; //# sourceMappingURL=tabbarExtraNode.d.ts.map