import { HTMLAttributes } from 'vue'; export interface SidebarMenuBadgeProps { class?: HTMLAttributes['class']; variant?: 'fill' | 'light' | 'lighter' | 'stroke'; state?: 'faded' | 'information' | 'warning' | 'error' | 'success' | 'away' | 'feature' | 'verified' | 'highlighted' | 'stable'; size?: 'sm' | 'md'; label?: string; } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import('vue').DefineComponent & Readonly<{}>, { size: "sm" | "md"; variant: "fill" | "light" | "lighter" | "stroke"; state: "faded" | "information" | "warning" | "error" | "success" | "away" | "feature" | "verified" | "highlighted" | "stable"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;