/// import THEMES from '../../../data/themes'; import { BaseProps, ContainerStyleProps } from '../../../tasty'; export interface JengaBadgeProps extends BaseProps, ContainerStyleProps { type?: keyof typeof THEMES | string; } export declare const Badge: import("react").ForwardRefExoticComponent>;