import type { CSSProperties } from 'vue'; import type { TagGroupObjectOption, TagGroupOption, TagGroupProps } from './interface'; declare var __VLS_13: { data: TagGroupObjectOption; option: TagGroupObjectOption; label: string | number; value: string | number; index: number; itemClass: (string | { [x: string]: boolean; })[]; itemStyle: CSSProperties | undefined; isOverflow: boolean; measure: boolean; }, __VLS_21: { data: TagGroupObjectOption; option: TagGroupObjectOption; }, __VLS_41: { label: string | number; value: string | number; hiddenCount: number; measure: boolean; counterClass: string; }, __VLS_49: {}; type __VLS_Slots = {} & { item?: (props: typeof __VLS_13) => any; } & { label?: (props: typeof __VLS_21) => any; } & { counter?: (props: typeof __VLS_41) => any; } & { default?: (props: typeof __VLS_49) => any; }; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, { options: TagGroupOption[]; fieldNames: import("./interface").TagGroupFieldNames; maxCount: number | "responsive"; }, {}, {}, {}, string, import("vue").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; }; };