export declare class ProgressComponent { text: string; label: string; percent: number; color: string; size: string; constructor(); getPercent(): string; }