import { FC } from 'react'; interface ILineItemPriceWrapperProps { variantId: string; } declare const LineItemPriceWrapper: FC; export { LineItemPriceWrapper };