import { LitElement } from 'lit'; export declare class CircularProgress extends LitElement { color: 'primary' | 'secondary' | 'error' | 'warning' | 'info' | 'success'; size: 'small' | 'medium' | 'large' | number; thickness: number; variant: 'determinate' | 'indeterminate'; value: number; static styles: import("lit").CSSResult; private getSizeValue; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=CircularProgress.d.ts.map