import { ImageSourcePropType, ViewProps } from "react-native"; import React from "react"; type Props = { disabled?: boolean; complete?: boolean; count?: string; name?: string; buyText?: string; image: ImageSourcePropType; onPress?: (any: any) => void; }; export declare const MarketProduct: React.FC; export {}; //# sourceMappingURL=MarketProduct.d.ts.map