import { Select, SelectProps, styled } from "@mui/material"; export const BaseStyledSelect = styled((props: SelectProps) => { return (