import type { OrderSummaryProps } from './types'; export declare function OrderSummary({ header, hideTimeUnit, periodOptions, valueUnitInput, unitUnitInput, items, locales, currency, localeFormat, footer, children, discount, totalPriceInfo, fractionDigits, hideDetails, onChange, onChangeUnitInput, totalPriceDescription, additionalInfo, className, totalPriceInfoPlacement, hideBeforePrice, 'data-testid': dataTestId, style, priceInformation, calculatorIcon, compact, backgroundProminence, }: OrderSummaryProps): import("react").JSX.Element; export declare namespace OrderSummary { var displayName: string; } //# sourceMappingURL=index.d.ts.map