/** * @license * Copyright 2026 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { CardElement } from './card-element.js'; declare global { interface HTMLElementTagNameMap { /** A Material Design component. */ 'md-gb-card': CardElement; } }