import type { ItemLeftSideProps } from '../types'; export declare const ItemLeftSide: ({ label, tooltipInfo, subLabel, discount, discountText, notice, isDefined, animated, children, amount, itemCallback, maxAmount, unit, textNotDefined, labelTextVariant, labelTextProminence, }: ItemLeftSideProps) => import("react").JSX.Element; //# sourceMappingURL=ItemLeftSide.d.ts.map