/// /*! Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license. */ import BaseIcon from '../BaseIcon'; export default class BadgeNew extends BaseIcon { render(): JSX.Element; }