import { AggregatedData } from "../../../block/positions/overview"; import { FC } from "react"; interface Props { onMarketCloseAll?: () => void; canCloseAll?: boolean; aggregated?: AggregatedData; showAllSymbol?: boolean; onShowAllSymbolChange?: (value: boolean) => void; pnlNotionalDecimalPrecision: any; } export declare const Header: FC; export {}; //# sourceMappingURL=header.d.ts.map