import { LineItemAmountPropsType } from '../types'; declare const LineItemAmount: { ({ currentLineItem, currency, classes, }: LineItemAmountPropsType): JSX.Element; displayName: string; __docgenInfo: { description: string; displayName: string; props: { currentLineItem: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; currency: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; classes: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export default LineItemAmount;