/** biome-ignore-all lint/style/useNamingConvention: Может использоваться продуктами */ export declare enum TypographyColors { text = "text", secondary = "secondary", primary = "primary", error = "error", success = "success", warning = "warning", info = "info", textSecondary = "text.secondary", grey = "grey", red = "red", green = "green", yellow = "yellow" }