import { ComponentProps } from 'react'; import { Color } from '../../types.js'; export declare function Badge({ color, className, style, ...props }: Omit, "color"> & { color?: Color | string | null; }): import("react").JSX.Element;