/// import { Property } from 'csstype'; export declare const Badge: ({ color, label, small, }: { color?: Property.Color | undefined; label: string; small?: boolean | undefined; }) => JSX.Element;