import { BadgeProps } from "./types.js"; //#region src/components/badge/badge.vue.d.ts declare var __VLS_12: string | number, __VLS_13: {}; type __VLS_Slots = {} & { [K in NonNullable]?: (props: typeof __VLS_13) => any }; declare const __VLS_base: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:open"?: ((open: boolean) => any) | undefined; }>, { open: 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 };