declare const _default: __VLS_WithTemplateSlots; variant: import("vue").PropType<"empty" | "fantasy">; value: { readonly type: import("vue").PropType; }; maxvalue: { readonly type: import("vue").PropType; readonly default: 99; }; hidden: BooleanConstructor; }, { /** * @description 隐藏badge元素 */ hidden: () => void; /** * @description 展示badge元素 */ show: () => void; /** * @description 设置badge元素文本 */ setTxt: (val: string | number) => void; /** * @description 停止使用badge元素 */ stop: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; variant: import("vue").PropType<"empty" | "fantasy">; value: { readonly type: import("vue").PropType; }; maxvalue: { readonly type: import("vue").PropType; readonly default: 99; }; hidden: BooleanConstructor; }>>, { hidden: boolean; maxvalue: string | number; }, {}>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };