export type BadgeProps = { style?: any href?: string inline?: boolean size?: 'small' | 'large' | '' className?: string label?: string title?: string src: string }