import type { ChartOptions, ChartType } from "../Chart/Chart.types.js"; export interface ChartProps extends Omit, Record { type: ChartType; } export declare function registerChartElement(): CustomElementConstructor | undefined; //# sourceMappingURL=chart.d.ts.map