export type ClassValue = string | object | (string | object)[] | undefined;
