/** * @license * Copyright 2018 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { TabBase } from './mwc-tab-base.js'; export { TabInteractionEventDetail } from './mwc-tab-base.js'; declare global { interface HTMLElementTagNameMap { 'mwc-tab': Tab; } } export declare class Tab extends TabBase { static styles: import("lit").CSSResult[]; }