import { ComponentInterface } from '../../stencil-public-runtime';
export declare class Progress implements ComponentInterface {
  percent: number;
  showInfo: boolean;
  borderRadius: number | string;
  fontSize: number | string;
  strokeWidth: number | string;
  activeColor: string;
  backgroundColor: string;
  active: boolean;
  render(): any;
}
