import type { IBoxProps } from '../../primitives'; export declare type IBadgeProps = IBoxProps & { variant?: 'solid' | 'subtle' | 'outline'; colorScheme?: string; };