import type { App } from 'vue'; import type { SDOptions } from '../_utils/types'; import _TagGroup from './tag-group.vue'; declare const TagGroup: { new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, { options: import("./interface").TagGroupOption[]; fieldNames: import("./interface").TagGroupFieldNames; maxCount: number | "responsive"; }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{}>, {}, {}, {}, {}, { options: import("./interface").TagGroupOption[]; fieldNames: import("./interface").TagGroupFieldNames; maxCount: number | "responsive"; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { options: import("./interface").TagGroupOption[]; fieldNames: import("./interface").TagGroupFieldNames; maxCount: number | "responsive"; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { item?: (props: { data: import("./interface").TagGroupObjectOption; option: import("./interface").TagGroupObjectOption; label: string | number; value: string | number; index: number; itemClass: (string | { [x: string]: boolean; })[]; itemStyle: import("vue").CSSProperties | undefined; isOverflow: boolean; measure: boolean; }) => any; } & { label?: (props: { data: import("./interface").TagGroupObjectOption; option: import("./interface").TagGroupObjectOption; }) => any; } & { counter?: (props: { label: string | number; value: string | number; hiddenCount: number; measure: boolean; counterClass: string; }) => any; } & { default?: (props: {}) => any; }; }) & { install: (app: App, options?: SDOptions) => void; }; export type TagGroupInstance = InstanceType; export type { TagGroupFieldNames, TagGroupObjectOption, TagGroupOption, TagGroupOptionLabel, TagGroupProps, } from './interface'; export default TagGroup;