import { PropType } from 'vue'; type Value = { title?: string; value?: number | string; }; declare const CWidgetStatsD: import("vue").DefineComponent boolean; }; /** * Values and titles for your component. */ values: { type: PropType; default: () => never[]; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly boolean; }; /** * Values and titles for your component. */ values: { type: PropType; default: () => never[]; }; }>> & Readonly<{}>, { values: Value[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CWidgetStatsD };