export declare class ProgressbarConfig {
    /** if `true` changing value of progress bar will be animated */
    animate: Boolean;
    /** maximum total value of progress element */
    max: number;
}
