import { DBBadgeProps } from "./model"; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, { label: string; children: any; className: string; id: string; size: "medium" | "small"; text: string; semantic: "adaptive" | "neutral" | "critical" | "informational" | "warning" | "successful"; placement: "inline" | "corner-top-left" | "corner-top-right" | "corner-center-left" | "corner-center-right" | "corner-bottom-left" | "corner-bottom-right"; emphasis: "weak" | "strong"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, { _ref: HTMLSpanElement; }, HTMLSpanElement>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };