import React from 'react'; import { ViewStyle } from 'react-native'; export declare type PriceTagProps = { discount: number; style?: ViewStyle; }; declare const PriceTag: React.FC; export default PriceTag;