import React from 'react';
import { LevelBadgeProps } from '../ui/LevelBadge';
type LevelBadgeContainerProps = Omit<LevelBadgeProps, 'levelLabel'>;
declare const LevelBadgeContainer: React.FunctionComponent<LevelBadgeContainerProps>;
export default LevelBadgeContainer;
//# sourceMappingURL=LevelBadgeContainer.d.ts.map