Object containing styling configuration.
Optionalclasses?: Record<string, string | undefined>Optional custom CSS class mappings.
Optionalvariables?: StylingVariablesOptional styling variables for common, light, and dark themes.
Boolean indicating if dark mode is active.
Merged styles with variables and classNames.
Returns component styles supporting both flat and nested variable formats.