import type { ChartBuilder, SupportedChartType } from './types.js'; export declare const chartBuildersMap: { [K in SupportedChartType]: ChartBuilder; }; export declare function getChartBuilder(chartType: CT): ChartBuilder;