import type { PropType } from 'vue'; import type { ChartData, Plugin } from 'chart.js'; export declare const CommonProps: { readonly data: { readonly type: PropType>; readonly required: true; }; readonly options: { readonly type: PropType & import("chart.js").ElementChartOptions & import("chart.js").PluginChartOptions & import("chart.js").DatasetChartOptions & import("chart.js").ScaleChartOptions>>; readonly default: () => {}; }; readonly plugins: { readonly type: PropType[]>; readonly default: () => never[]; }; readonly datasetIdKey: { readonly type: StringConstructor; readonly default: "label"; }; readonly updateMode: { readonly type: PropType<"resize" | "reset" | "none" | "hide" | "show" | "default" | "active">; readonly default: undefined; }; }; export declare const A11yProps: { readonly ariaLabel: { readonly type: StringConstructor; }; readonly ariaDescribedby: { readonly type: StringConstructor; }; }; export declare const Props: { readonly ariaLabel: { readonly type: StringConstructor; }; readonly ariaDescribedby: { readonly type: StringConstructor; }; readonly data: { readonly type: PropType>; readonly required: true; }; readonly options: { readonly type: PropType & import("chart.js").ElementChartOptions & import("chart.js").PluginChartOptions & import("chart.js").DatasetChartOptions & import("chart.js").ScaleChartOptions>>; readonly default: () => {}; }; readonly plugins: { readonly type: PropType[]>; readonly default: () => never[]; }; readonly datasetIdKey: { readonly type: StringConstructor; readonly default: "label"; }; readonly updateMode: { readonly type: PropType<"resize" | "reset" | "none" | "hide" | "show" | "default" | "active">; readonly default: undefined; }; readonly type: { readonly type: PropType; readonly required: true; }; readonly destroyDelay: { readonly type: NumberConstructor; readonly default: 0; }; }; //# sourceMappingURL=props.d.ts.map