import { ContextualBadge, Tag } from './Tag';
export { ITagProps } from './Tag.props';
export { ContextualBadge, Tag };
export default Tag;
