import type { ChartAdapter } from './adapter-shared.js'; import type { ChartRendererHostOptions } from './dom-types.js'; import type { ChartValue } from './types.js'; export declare function createChartRendererAdapter(initialOptions: ChartRendererHostOptions): ChartAdapter, TDatum, TXValue, TYValue>;