import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue'; import { MeterGroupProps, MeterGroupSlots } from './types'; export declare const SMeterGroup: { new (...args: any[]): CreateComponentPublicInstanceWithMixins & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, { height: string | number; width: string | number; labelAlign: "center" | "start" | "end"; labelPosition: "top" | "bottom" | "left" | "right"; }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly< MeterGroupProps> & Readonly<{}>, {}, {}, {}, {}, { height: string | number; width: string | number; labelAlign: "center" | "start" | "end"; labelPosition: "top" | "bottom" | "left" | "right"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & ComponentOptionsBase & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, { height: string | number; width: string | number; labelAlign: "center" | "start" | "end"; labelPosition: "top" | "bottom" | "left" | "right"; }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => { $slots: MeterGroupSlots; }) & Plugin; export * from './types';