import type { UsageStats } from '../../lib/api-client/usage'; export interface UsagePaymentSplitProps { stats: UsageStats; /** Replays the grow-in when the scope or range changes. */ resetKey?: string; } /** * Where the money went in the selected range. Values are notional (catalog API * pricing) so flat-rate plans can be compared against pay-as-you-go on the same * axis; each row names the providers behind that credential type. */ export declare function UsagePaymentSplit({ stats, resetKey }: UsagePaymentSplitProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=UsagePaymentSplit.d.ts.map