import type { SxProps, Theme } from '@mui/material' export const styles = { toggle: { p: 0.5, '& .MuiSvgIcon-root': { fontSize: 20 }, }, } satisfies Record>