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