/** * Spending Panel - Session cost breakdown for the live dashboard */ import React from 'react'; import type { Session } from '../../../types/session.types.js'; export declare function SpendingPanel({ session }: { session: Session; }): React.JSX.Element; //# sourceMappingURL=spending-panel.d.ts.map