export { default as Badge } from './badge'; export { StyledAnchor, StyledRoot } from './styled-component'; export type { Size, Intent, Overlap, BadgeProps, SharedProps } from './types';