import { ZTag_Props } from '@zurich/dev-utils/code/Tag';
/** ## ``
*
* ...
*
* @example
* ```html
*
* ```
* ___
*
*
*/
declare const _default: __VLS_WithTemplateSlots & {
readonly customStr?: ZTag_Props['custom-str'];
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
click: () => any;
}, string, import('vue').PublicProps, Readonly & {
readonly customStr?: ZTag_Props['custom-str'];
}> & Readonly<{
onClick?: (() => any) | undefined;
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{
default: any;
}> & {
default: any;
}>;
export { _default as ZvTag };
type __VLS_WithTemplateSlots = T & {
new (): {
$slots: S;
};
};