export type ColorTokensKeys = 'backgroundColorOverlay' | 'backgroundColorBrandActive' | 'backgroundColorBrandDefault' | 'backgroundColorBrandHover' | 'backgroundColorDisabledDefault' | 'backgroundColorInfoSubtleDefault' | 'backgroundColorInputDefault' | 'backgroundColorNegativeBaseDefault' | 'backgroundColorNegativeSubtleDefault' | 'backgroundColorNeutralSubtleDefault' | 'backgroundColorPositiveSubtleDefault' | 'backgroundColorSurfacePrimaryActive' | 'backgroundColorSurfacePrimaryDefault' | 'backgroundColorSurfacePrimaryHover' | 'backgroundColorTintedActive' | 'backgroundColorTintedDefault' | 'backgroundColorTintedHover' | 'backgroundColorWarningSubtleDefault' | 'borderColorDisabledDefault' | 'borderColorInputActive' | 'borderColorInputDefault' | 'borderColorInputHover' | 'borderColorNegativeBaseDefault' | 'borderColorSeparator' | 'contentColorBase' | 'contentColorBrandOnBrand' | 'contentColorDisabledDefault' | 'contentColorInfoBaseDefault' | 'contentColorNegativeBaseDefault' | 'contentColorNegativeOnNegative' | 'contentColorPlaceholder' | 'contentColorPositiveBaseDefault' | 'contentColorSubtle' | 'contentColorWarningBaseDefault'; export type SdkColor = string; export type SdkColors = Record;