import { ZLink_Props } from '@zurich/dev-utils/code/Link'; type Props = Omit & { readonly customStr?: ZLink_Props['custom-str']; readonly zTheme?: ZLink_Props['z-theme']; readonly href?: ZLink_Props['href']; readonly isCurrentPage?: ZLink_Props['is-current-page']; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLAnchorElement>, Readonly> & Record<"content" | "default", any>>; export { _default as VueLink, VueLink as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };