import { ZTag_Props } from '@zurich/dev-utils/code/Tag'; type Props = Omit & { readonly customStr?: ZTag_Props['custom-str']; readonly zTheme?: ZTag_Props['z-theme']; readonly iconRight?: ZTag_Props['icon-right']; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, Readonly> & Record<"content" | "default", any>>; export { _default as VueTag, VueTag as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };