import type { ChartHost, ChartHostOptions } from './dom-types.js'; import type { ChartRuntime, ChartValue } from './types.js'; export declare function mountChart(container: HTMLElement, initialOptions: ChartHostOptions, runtime?: ChartRuntime): ChartHost;