import { FC } from "react"; interface Props { symbol: string; } export declare const Market: FC; export {}; //# sourceMappingURL=market.d.ts.map