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