import { FC } from 'react'; import { ProductPriceType } from '../types'; declare const ProductPrice: FC; export default ProductPrice;