import type { SimpleChartOptions } from '../types'; import type { PropType } from 'vue'; import type { ExploreResultV4 } from '@kong-ui-public/analytics-utilities'; declare const __VLS_export: import("vue").DefineComponent; required: true; }; chartOptions: { type: PropType; required: true; }; emptyStateTitle: { type: StringConstructor; required: false; default: string; }; syntheticsDataKey: { type: StringConstructor; 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: true; }; chartOptions: { type: PropType; required: true; }; emptyStateTitle: { type: StringConstructor; required: false; default: string; }; syntheticsDataKey: { type: StringConstructor; 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; syntheticsDataKey: string; emptyStateTitle: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=SimpleChart.vue.d.ts.map