import { ZChipsSet_Props } from '@zurich/dev-utils/code/ChipsSet';
/** ## ``
*
* ...
*
* @example
* ```html
*
* ```
* ___
*
*
*/
declare const _default: __VLS_WithTemplateSlots & {
readonly modelValue?: ZChipsSet_Props['model'];
readonly customStr?: ZChipsSet_Props['custom-str'];
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
restarted: () => any;
"update:modelValue": (payload: string[]) => any;
}, string, import('vue').PublicProps, Readonly & {
readonly modelValue?: ZChipsSet_Props['model'];
readonly customStr?: ZChipsSet_Props['custom-str'];
}> & Readonly<{
onRestarted?: (() => any) | undefined;
"onUpdate:modelValue"?: ((payload: string[]) => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
default: any;
label: any;
'help-text': any;
}> & {
default: any;
label: any;
'help-text': any;
}>;
export { _default as ZvChipsSet };
type __VLS_WithTemplateSlots = T & {
new (): {
$slots: S;
};
};