import { FC } from "react"; export interface MarketPriceProps { lastPrice: number; percentChange: string; } export declare const MarketPrice: FC; //# sourceMappingURL=marketPrice.d.ts.map