import { LinkProps } from "./types.js"; //#region src/components/link/link.vue.d.ts declare var __VLS_8: { isHref: boolean; isActive?: boolean; isExactActive?: boolean; }; type __VLS_Slots = {} & { default?: (props: typeof __VLS_8) => any; }; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, { replace: boolean; disabled: boolean; external: boolean; viewTransition: boolean; noRel: boolean; prefetch: boolean; noPrefetch: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };