import { CandlestickPlot } from "./CandlestickPlot.js"; /** * @deprecated candlestick chart is now stable, import `ChartsCandlestickChart` instead */ export declare const Unstable_CandlestickChart: import("react").ForwardRefExoticComponent>; /** * @deprecated candlestick plot is now stable, import `ChartsCandlestickPlot` instead */ export declare const Unstable_CandlestickPlot: typeof CandlestickPlot; export { CandlestickChart, type CandlestickChartProps, type CandlestickChartSlots, type CandlestickChartSlotProps, type OHLCSeries } from "./CandlestickChart.js"; export { CandlestickPlot, type CandlestickPlotProps } from "./CandlestickPlot.js";