import { FC } from "react"; import { API } from "@orderly.network/types"; export declare const FavoritesTabPane: FC<{ onClose?: () => void; maxHeight: number | undefined; activeIndex: number; setActiveIndex: React.Dispatch>; fitlerKey: string; onItemClick?: (symbol: API.Symbol) => void; }>; //# sourceMappingURL=favoritesTabPane.d.ts.map