import type { CandlestickChartProps } from './candlestick-chart.props'; import React from 'react'; export type { CandlestickChartProps, CandlestickData, CandlestickItem } from './candlestick-chart.props'; export declare const CandlestickChart: ((props: CandlestickChartProps & { theme?: Partial; } & { width?: number | string; height?: number | string; }) => React.JSX.Element) & { displayName: string; }; //# sourceMappingURL=candlestick-chart.d.ts.map