type CreditCostTrendChartProps = { dates: string[]; values: number[]; isLoading: boolean; type: "model" | "pipeline"; xAxisFormat: "date" | "hour"; }; export declare const CreditCostTrendChart: ({ dates, values, isLoading, type, xAxisFormat, }: CreditCostTrendChartProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=CreditCostTrendChart.d.ts.map