const e = {
sm: {
height: "xs",
borderRadius: "sm",
fontSize: "subTextFootnote"
},
md: {
height: "sm",
borderRadius: "md",
fontSize: "interactiveSm"
},
lg: {
height: "md",
borderRadius: "lg",
fontSize: "interactiveSm"
}
};
export {
e as sizeSettings
};