import type { PropType } from 'vue'; import 'chartjs-adapter-date-fns'; import 'chart.js/auto'; import type { AnalyticsChartColors, KChartData, SimpleChartMetricDisplay } from '../../types'; declare const __VLS_export: import("vue").DefineComponent; required: false; default: null; }; metricDisplay: { type: PropType; required: false; default: string; }; numerator: { type: NumberConstructor; required: false; default: number; }; syntheticsDataKey: { type: StringConstructor; required: false; default: string; }; datasetColors: { type: PropType; required: false; default: string[]; }; height: { type: StringConstructor; required: false; default: string; validator: (value: string) => boolean; }; width: { type: StringConstructor; required: false; default: string; validator: (value: string) => boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: false; default: null; }; metricDisplay: { type: PropType; required: false; default: string; }; numerator: { type: NumberConstructor; required: false; default: number; }; syntheticsDataKey: { type: StringConstructor; required: false; default: string; }; datasetColors: { type: PropType; required: false; default: string[]; }; height: { type: StringConstructor; required: false; default: string; validator: (value: string) => boolean; }; width: { type: StringConstructor; required: false; default: string; validator: (value: string) => boolean; }; }>> & Readonly<{}>, { height: string; width: string; chartData: KChartData; syntheticsDataKey: string; metricDisplay: "hidden" | "single" | "full"; datasetColors: string[] | AnalyticsChartColors; numerator: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=GaugeChart.vue.d.ts.map