export type TThemeColor = string | "success" | "danger" | "info" | "default" | "warning" | "dark" | "primary" | "secondary";