import { FC } from 'react';
import type { Props } from './Badge.types';
/**
 * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`)
 */
declare const Badge: FC<Props>;
export default Badge;
