import { BadgeProps } from './Badge.types'; export type { BadgeProps } from './Badge.types'; /** * Badge component for displaying status indicators, labels, and icons * Supports filled, stroke, and subtle variants with multiple color options */ export declare const Badge: { ({ label, icon, variant, color, isIcon, size, ...args }: BadgeProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; //# sourceMappingURL=index.d.ts.map