chromium/third_party/material_web_components/components-chromium/node_modules/@material/web/labs/badge/badge.d.ts

/**
 * @license
 * Copyright 2022 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */
import { CSSResultOrNative } from 'lit';
import { Badge } from './internal/badge.js';
declare global {
    interface HTMLElementTagNameMap {
        'md-badge': MdBadge;
    }
}
/**
 * @final
 * @suppress {visibility}
 */
export declare class MdBadge extends Badge {
    static styles: CSSResultOrNative[];
}