import { Box, styled } from "@mui/material"; const Wrapper = styled(Box)({ color: "#1e456f", marginBottom: "0.6em", fontSize: "1rem", }); export default { Wrapper };