import { IChartAdaptor } from './Histogram';
import { IJoyPlotProps } from './JoyPlot';
export declare const joyPlotD3: () => IChartAdaptor<IJoyPlotProps>;
