export declare class SimpleCircularProgress {
  progressPercentage: string;
  progressColor: string;
  progressStrokeColor: string;
  label: string;
  labelFontSize: string;
  hideLabel: boolean;
  render(): any;
}
