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