import { DBLinkProps } from "./model"; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { disabled: boolean; rel: string; content: "external" | "internal"; role: string; label: string; variant: "adaptive" | "brand"; children: any; className: string; id: string; onClick: (event: MouseEvent) => void; size: "medium" | "small"; showIcon: boolean; text: string; target: "_self" | "_blank" | "_parent" | "_top"; current: boolean | "time" | "true" | "false" | "date" | "page" | "step" | "location"; href: string; hreflang: string; selected: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, { _ref: HTMLAnchorElement; }, HTMLAnchorElement>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };