import type { StyleValue } from 'vue'; declare var __VLS_1: {}, __VLS_8: { value: string; }; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; } & { content?: (props: typeof __VLS_8) => any; }; declare const __VLS_base: import("vue").DefineComponent<{ readonly value: import("element-plus/es/utils").EpPropFinalized; readonly max: import("element-plus/es/utils").EpPropFinalized; readonly isDot: BooleanConstructor; readonly hidden: BooleanConstructor; readonly type: import("element-plus/es/utils").EpPropFinalized; readonly showZero: import("element-plus/es/utils").EpPropFinalized; readonly color: StringConstructor; readonly badgeStyle: { readonly type: import("vue").PropType string | false | import("vue").CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly offset: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => [number, number]) | (() => [number, number]) | ((new (...args: any[]) => [number, number]) | (() => [number, number]))[], unknown, unknown, readonly [0, 0], boolean>; readonly badgeClass: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }, { /** @description badge content */ content: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly max: import("element-plus/es/utils").EpPropFinalized; readonly isDot: BooleanConstructor; readonly hidden: BooleanConstructor; readonly type: import("element-plus/es/utils").EpPropFinalized; readonly showZero: import("element-plus/es/utils").EpPropFinalized; readonly color: StringConstructor; readonly badgeStyle: { readonly type: import("vue").PropType string | false | import("vue").CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly offset: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => [number, number]) | (() => [number, number]) | ((new (...args: any[]) => [number, number]) | (() => [number, number]))[], unknown, unknown, readonly [0, 0], boolean>; readonly badgeClass: { readonly type: import("vue").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>>, { readonly hidden: boolean; readonly offset: [number, number]; readonly value: import("element-plus/es/utils").EpPropMergeType; readonly type: import("element-plus/es/utils").EpPropMergeType; readonly max: number; readonly showZero: import("element-plus/es/utils").EpPropMergeType; readonly isDot: boolean; }, {}>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };