import { TColor } from './TColor'; export type TColorParams = TColor | string | number;