export declare class SurveyProgressModel {
    static getProgressTextInBarCss(css: any): string;
    static getProgressTextUnderBarCss(css: any): string;
}
