import { ColorProps } from 'styled-system' export type NewColorProps = Omit & { color?: string } export default NewColorProps