import type { BadgeDescriptor, BadgePresentation, BadgeVariant, FieldOptions } from '@stonecrop/schema'; type __VLS_Props = Partial & { /** Defaults to `cell-fill`: every call site fully determines this, so omitting it should * degrade to the common case rather than rendering an unstyled badge. */ presentation?: BadgePresentation; /** Stored field value — used with `options` when `label` is omitted. */ value?: unknown; options?: FieldOptions; }; export type { BadgePresentation, BadgeVariant }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=ABadge.vue.d.ts.map