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