import { FC } from "react"; import { MarketsProps } from "./shared/types"; interface Props { maxHeight?: number; onClose?: () => void; } export declare const MarketsFull: FC; export {}; //# sourceMappingURL=markets.full.d.ts.map