import { MeterGroupProps, MeterGroupSlots } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Slots = MeterGroupSlots; declare const __VLS_base: DefineComponent & Readonly<{}>, { height: string | number; width: string | number; labelAlign: "center" | "start" | "end"; labelPosition: "top" | "bottom" | "left" | "right"; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };