import type { TChildren, TStyle, TTextStyle, TVariant } from '../common/types'; export interface IBadgeProps { children: TChildren; metadata?: string | number; style?: TStyle; innerBordersStyle?: TStyle; textStyle?: TTextStyle; variant?: TVariant; } //# sourceMappingURL=types.d.ts.map