import { AnnualFinancials } from '../types/index.js'; import { Locale } from '../i18n/index.js'; export interface WaterfallChartProps { financials: AnnualFinancials; locale?: Locale; } export declare function WaterfallChart({ financials, locale }: WaterfallChartProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=waterfall-chart.d.ts.map