import { FC } from "react"; interface Props { onCancelAll?: () => Promise; showAllSymbol?: boolean; onShowAllSymbolChange?: (value: boolean) => void; isStopOrder?: boolean; } export declare const Toolbar: FC; export {}; //# sourceMappingURL=toolbar.d.ts.map