export declare class G2ProgressComponent {
    color: string;
    target: any;
    private _target;
    strokeWidth: any;
    private _strokeWidth;
    percent: any;
    private _percent;
}
