import { DBLinkProps } from "./model.js"; declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("@vue/runtime-core").DefineComponent & Readonly<{}>, { id: string; children: any; className: string; propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType; content: import("./model.js", { with: { "resolution-mode": "import" } }).LinkContentType; role: string; text: string; disabled: boolean | string; onClick: (event: import("../../index.js", { with: { "resolution-mode": "import" } }).ClickEvent) => void; variant: import("./model.js", { with: { "resolution-mode": "import" } }).LinkVariantType; size: import("./model.js", { with: { "resolution-mode": "import" } }).LinkSizeType; wrap: boolean | string; showIcon: boolean | string; target: import("../../index.js", { with: { "resolution-mode": "import" } }).LinkTargetType; href: string; hreflang: string; rel: string; referrerpolicy: import("../../index.js", { with: { "resolution-mode": "import" } }).LinkReferrerPolicyType; referrerPolicy: import("../../index.js", { with: { "resolution-mode": "import" } }).LinkReferrerPolicyType; }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };