import type { Iteration } from './types'; type TotalPrice = { hourly: number; maxHourly: number; maxOverlayHourly: number; maxTotal: number; overlayHourly: number; total: number; }; export declare const CompactEstimateCost: ({ label, totalPrice, iteration, backgroundProminence, }: { label: string; totalPrice: TotalPrice; iteration: Iteration; backgroundProminence: 'default' | 'strong'; }) => import("react").JSX.Element; export {}; //# sourceMappingURL=CompactEstimateCost.d.ts.map