export declare class SignetCircularProgressBar { icon: string; upperText: string; lowerText: string; progress: number | string; render(): any; }