declare const enum Theme {
    theme_color = "#2EA2F9",
    translucency_theme_color = "#2ea1f9d6",
    button_default_textColor = "black",
    button_default_backgroundColor = "white",
    button_default_hover_boxShadowColor = "rgba(70,70,70,0.237)",
    button_default_active_boxShadowColor = "#2ea1f9d6",
    button_default_active_backgroundColor = "#2EA2F9",
    button_default_active_textColor = "white",
    button_default_disabled_backgroundColor = "#EFEFEF",
    button_default_disabled_textColor = "#BABABA",
    button_outlined_textColor = "black",
    button_outlined_borderColor = "black",
    button_outlined_hover_backgroundColor = "black",
    button_outlined_hover_textColor = "white",
    button_outlined_active_backgroundColor = "#555555",
    button_outlined_active_borderColor = "#555555",
    button_outlined_disabled_borderColor = "#EFEFEF",
    button_outlined_disabled_textColor = "#BABABA",
    button_text_textColor = "black",
    button_text_hover_backgroundColor = "#EFEFEF",
    button_text_active_backgroundColor = "#2EA2F9",
    icon_button_default_backgroundColor = "white",
    icon_button_default_hover_boxShadowColor = "rgba(70,70,70,0.237)",
    icon_button_default_active_boxShadowColor = "#2ea1f9d6",
    icon_button_default_active_backgroundColor = "#2EA2F9",
    icon_button_default_active_textColor = "white",
    icon_button_default_disabled_backgroundColor = "#EFEFEF",
    icon_button_default_disabled_textColor = "#BABABA",
    icon_button_outlined_borderColor = "black",
    icon_button_outlined_hover_backgroundColor = "black",
    icon_button_outlined_hover_textColor = "white",
    icon_button_outlined_active_backgroundColor = "#555555",
    icon_button_outlined_active_borderColor = "#555555",
    icon_button_outlined_disabled_borderColor = "#EFEFEF",
    icon_button_outlined_disabled_textColor = "#BABABA",
    icon_button_text_hover_backgroundColor = "#EFEFEF",
    icon_button_text_active_backgroundColor = "#2EA2F9",
    fab_backgroundColor = "white",
    fab_hover_boxShadowColor = "rgba(70,70,70,0.237)",
    fab_hover_backgroundColor = "rgb(247,247,247)",
    fab_active_backgroundColor = "#2EA2F9",
    fab_active_color = "white",
    fab_active_boxShadowColor = "#2ea1f9d6",
    fab_disabled_backgroundColor = "#EFEFEF",
    fab_disabled_textColor = "#BABABA",
    checkbox_borderColor = "black",
    checkbox_checked_color = "#2EA2F9",
    checkbox_checked_svg_color = "white",
    checkbox_disabled_color = "#BABABA",
    checkbox_checked_indeterminate_color = "rgb(131,130,130)",
    radio_borderColor = "black",
    radio_checked_color = "#2EA2F9",
    radio_disabled_color = "#BABABA",
    slider_backgroundColor = "#EFEFEF",
    slider_slider_backgroundColor = "#2EA2F9",
    slider_hiddenlabel_color = "gray",
    slider_label_color = "rgb(255,255,255)",
    segmented_button_backgroundColor = "white",
    segmented_button_slider_backgroundColor = "#2EA2F9",
    segmented_button_slider_hover_boxShadowColor = "#2ea1f9d6",
    segmented_button_item_hover_backgroundColor = "#F2F2F2",
    segmented_button_item_active_backgroundColor = "#e2e2e2",
    linear_progress_thumb_color = "#EFEFEF",
    linear_progress_value_color = "#2EA2F9",
    circular_progress_fillColor = "#2EA2F9"
}
export default Theme;
