const l = {
whiteStroke: "whiteStroke",
blackFill: "blackFill",
fullGray: "fullGray",
blue: "blue",
blackStroke: "blackStroke",
whiteFilled: "whiteFilled"
}, e = {
large: "24",
medium: "20",
small: "16",
tiny: "12"
};
export {
l as ROUND_BUTTON_VARIANTS,
e as sizeMap
};