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