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