const e = {
blue: "blue",
gray: "gray",
whiteStroke: "whiteStroke",
sokolniki: "sokolniki",
black: "black",
whiteFilled: "whiteFilled",
shade: "shade",
volodiyaLight: "volodiyaLight",
lightBlue: "lightBlue",
transparent: "transparent"
};
export {
e as BUTTON_VARIANTS
};