import { Item } from './Components/Item'; import { LineThrough } from './Components/LineThrough'; import { NumberInput } from './Components/NumberInput'; import { Region } from './Components/Region'; import { Regular } from './Components/Regular'; import { Strong } from './Components/Strong'; import { Unit } from './Components/Unit'; import { Zone } from './Components/Zone'; import { Ellipsis } from './Ellipsis'; import { Image } from './Image'; import estimateCostDefaultLocales from './locales/en'; import type { EstimateCostProps } from './types'; export declare function EstimateCost({ description, alert, alertTitle, alertVariant, defaultTimeUnit, timeUnits, hideOverlay, disableOverlayLeft, disableOverlayRight, hideTimeUnit, hideTotal, discount, OverlayRight, OverlayLeft, overlayMargin, isBeta, commitmentFees, commitmentFeesContent, monthlyFees, monthlyFeesLabel, monthlyFeesContent, overlayUnit, children, locales, compact, numberLocales, currency, style, onTotalPriceChange, backgroundProminence, }: EstimateCostProps): import("react").JSX.Element; export declare namespace EstimateCost { export { LineThrough }; export { Item }; export { NumberInput }; export { Unit }; export { Strong }; export { Regular }; export { Image }; export { Region }; export { Zone }; export { Ellipsis }; export var displayName: string; } export { estimateCostDefaultLocales }; //# sourceMappingURL=index.d.ts.map