declare enum TOKENS {
    background = "background",
    borderColor = "borderColor",
    iconColor = "iconColor"
}
export default TOKENS;
