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