import { OHLCData } from '../types/index.js'; import { Locale } from '../i18n/index.js'; export interface CandlestickChartProps { data: OHLCData[]; showVolume?: boolean; locale?: Locale; } export declare function CandlestickChart({ data, showVolume, locale }: CandlestickChartProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=candlestick-chart.d.ts.map