import * as React from 'react'; export interface CandlestickPlotProps {} export declare function CandlestickPlot(): React.JSX.Element;