function InputLabel(theme: any): any { return { MuiInputLabel: { styleOverrides: { root: { color: theme.palette.grey[600] }, outlined: { lineHeight: '0.8em', '&.MuiInputLabel-sizeSmall': { lineHeight: '1.3em' }, '&.MuiInputLabel-shrink': { background: theme.palette.background.paper, padding: '0 8px', marginLeft: -6, lineHeight: '1.4375em' } } } } }; } export { InputLabel };