import React from "react"; import { ImageSourcePropType, ViewProps } from "react-native"; type Props = { gold?: number | string; diamond?: number | string; ticket?: number | string; gifts?: number | string; style: any; goldIcon?: ImageSourcePropType; diamondIcon?: ImageSourcePropType; ticketIcon?: ImageSourcePropType; giftIcon?: ImageSourcePropType; titleText?: string; myGoldsText?: string; myDiamondsText?: string; myTicketsText?: string; myGiftsText?: string; }; export declare const MarketInfo: React.FC; export {}; //# sourceMappingURL=MarketInfo.d.ts.map