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