import { FC } from 'react'; import { PriceProps } from './type'; declare const Price: FC; export default Price;