import { FC } from 'react'; interface ILineItemTotalWrapperProps { variantId: string; showOldPrice?: boolean; } declare const LineItemTotalWrapper: FC; export { LineItemTotalWrapper };