/** * @license * Copyright 2020 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { CircularProgressBase } from '@material/mwc-circular-progress/mwc-circular-progress-base.js'; import { TemplateResult } from 'lit'; /** @soyCompatible */ export declare class CircularProgressFourColorBase extends CircularProgressBase { /** @soyTemplate */ protected renderIndeterminateContainer(): TemplateResult; }