import { CdrChipGroupProps } from './types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** Override CdrChip label content with a custom element */ label(props: Record): any; /** CdrChipGroup content (CdrChip components) */ default(props: Record): any; }> & { /** Override CdrChip label content with a custom element */ label(props: Record): any; /** CdrChipGroup content (CdrChip components) */ default(props: Record): any; }; refs: { chipsEl: HTMLDivElement; }; rootEl: HTMLFieldSetElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent & Readonly<{}>, { hideLabel: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { chipsEl: HTMLDivElement; }, HTMLFieldSetElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };