import * as ChartJS from 'chart.js'; import type { PropType } from 'vue'; declare const _default: import("vue").DefineComponent<{ chartId: { type: StringConstructor; default: string; }; datasetIdKey: { type: StringConstructor; default: string; }; width: { type: NumberConstructor; default: number; }; height: { type: NumberConstructor; default: number; }; plugins: { type: PropType[]>; default: () => never[]; }; chartData: { type: PropType>; default: () => { datasets: never[]; }; }; chartOptions: { type: PropType & ChartJS.ElementChartOptions<"line"> & ChartJS.PluginChartOptions<"line"> & ChartJS.DatasetChartOptions<"line"> & ChartJS.ScaleChartOptions<"line"> & ChartJS.LineControllerChartOptions>>; default: () => { responsive: boolean; maintainAspectRatio: boolean; }; }; }, { CategoryScale: ChartJS.ChartComponent & { new (cfg: import("chart.js/dist/types/basic").AnyObject): ChartJS.CategoryScale; prototype: ChartJS.CategoryScale; }; Chart: typeof ChartJS.Chart; Filler: ChartJS.Plugin; Legend: ChartJS.Plugin; LineElement: ChartJS.ChartComponent & { new (cfg: import("chart.js/dist/types/basic").AnyObject): ChartJS.LineElement; prototype: ChartJS.LineElement; }; LinearScale: ChartJS.ChartComponent & { new (cfg: import("chart.js/dist/types/basic").AnyObject): ChartJS.LinearScale; prototype: ChartJS.LinearScale; }; PointElement: typeof ChartJS.PointElement; Title: ChartJS.Plugin; Tooltip: ChartJS.Tooltip; props: Readonly[]>; default: () => never[]; }; chartData: { type: PropType>; default: () => { datasets: never[]; }; }; chartOptions: { type: PropType & ChartJS.ElementChartOptions<"line"> & ChartJS.PluginChartOptions<"line"> & ChartJS.DatasetChartOptions<"line"> & ChartJS.ScaleChartOptions<"line"> & ChartJS.LineControllerChartOptions>>; default: () => { responsive: boolean; maintainAspectRatio: boolean; }; }; }>> & {}>>; defaultOptions: import("chart.js/dist/types/utils")._DeepPartialObject & ChartJS.ElementChartOptions<"line"> & ChartJS.PluginChartOptions<"line"> & ChartJS.DatasetChartOptions<"line"> & ChartJS.ScaleChartOptions<"line"> & ChartJS.LineControllerChartOptions>; computedChartOptions: import("vue").ComputedRef & ChartJS.ElementChartOptions<"line"> & ChartJS.PluginChartOptions<"line"> & ChartJS.DatasetChartOptions<"line"> & ChartJS.ScaleChartOptions<"line"> & ChartJS.LineControllerChartOptions>>; LineChart: import("vue-chartjs/dist/types").TypedChartComponent<"line", (number | ChartJS.Point | null)[], unknown>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly[]>; default: () => never[]; }; chartData: { type: PropType>; default: () => { datasets: never[]; }; }; chartOptions: { type: PropType & ChartJS.ElementChartOptions<"line"> & ChartJS.PluginChartOptions<"line"> & ChartJS.DatasetChartOptions<"line"> & ChartJS.ScaleChartOptions<"line"> & ChartJS.LineControllerChartOptions>>; default: () => { responsive: boolean; maintainAspectRatio: boolean; }; }; }>>, { height: number; width: number; chartOptions: import("chart.js/dist/types/utils")._DeepPartialObject & ChartJS.ElementChartOptions<"line"> & ChartJS.PluginChartOptions<"line"> & ChartJS.DatasetChartOptions<"line"> & ChartJS.ScaleChartOptions<"line"> & ChartJS.LineControllerChartOptions>; plugins: ChartJS.Plugin<"line", import("chart.js/dist/types/basic").AnyObject>[]; datasetIdKey: string; chartData: ChartJS.ChartData<"line", number[], unknown>; chartId: string; }>; export default _default;