export * from './Badge';
export * from './Badge.context';
export * as BadgeProps from './Badge.props';
export { defaultProps } from './Badge.props';
export type * from '@primereact/types/primitive/badge';
