import { ButtonVariant } from "../../styles/button.js"; import { ButtonLinkProps } from "./types.js"; //#region src/components/button/button-link.vue.d.ts declare var __VLS_14: { isHref: boolean; isActive?: boolean; isExactActive?: boolean; }; type __VLS_Slots = {} & { default?: (props: typeof __VLS_14) => any; }; declare const __VLS_base: import("vue").DefineComponent & Readonly<{}>, { replace: boolean; variant: ButtonVariant; 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 };