export declare enum ProgressBarType {
    PRIMARY = "primary",
    SECONDARY = "secondary"
}
export declare enum ProgressBarStyle {
    PRIMARY = "primary",
    SECONDARY = "secondary",
    POSITIVE = "positive",
    NEGATIVE = "negative",
    WARNING = "warning",
    NONE = "none"
}
