export declare enum IndicatorColor {
    PRIMARY = "primary",
    NOTIFICATION = "notification"
}
