/** * Theme Palette -- Canonical list of names we use to reference color values within a theme */ export declare const Palette: { readonly background1: "background1"; readonly background2: "background2"; readonly background3: "background3"; readonly background4: "background4"; readonly background5: "background5"; readonly background6: "background6"; readonly brandPrimary: "brandPrimary"; readonly brandSecondary: "brandSecondary"; readonly brandPrimaryActive: "brandPrimaryActive"; readonly brandPrimaryHover: "brandPrimaryHover"; readonly brandPrimaryFocused: "brandPrimaryFocused"; readonly brandPrimaryText: "brandPrimaryText"; readonly brandSecondaryActive: "brandSecondaryActive"; readonly brandSecondaryHover: "brandSecondaryHover"; readonly brandSecondaryFocused: "brandSecondaryFocused"; readonly brandSecondaryText: "brandSecondaryText"; readonly inputBackground: "inputBackground"; readonly inputColor: "inputColor"; readonly inputPlaceholder: "inputPlaceholder"; readonly inputDisabled: "inputDisabled"; readonly inputFocused: "inputFocused"; readonly inputBorder: "inputBorder"; readonly statusSuccess: "statusSuccess"; readonly statusWarning: "statusWarning"; readonly statusCritical: "statusCritical"; readonly statusActive: "statusActive"; readonly textDefault: "textDefault"; readonly textHelp: "textHelp"; readonly textInactive: "textInactive"; readonly borderNeutral: "borderNeutral"; readonly contentBackground1: "contentBackground1"; readonly contentBackground2: "contentBackground2"; readonly contentBackground3: "contentBackground3"; readonly contentBackground4: "contentBackground4"; readonly contentBackground5: "contentBackground5"; readonly linkDefault: "linkDefault"; readonly linkHover: "linkHover"; };