/**
 * @deprecated Use `import Badge from '@atlaskit/badge/badge-new'` instead.
 */
export { default } from '../badge-new';
/**
 * @deprecated Use `import type { BadgeProps } from '@atlaskit/badge/types';` instead.
 */
export type { BadgeNewProps } from '../types';
