/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const ICON_COLORS: Readonly<{ readonly black: "rgb(39, 51, 66)"; readonly blue: "rgb(79, 132, 224)"; readonly brand: "rgb(15, 88, 214)"; readonly gray: "rgb(103, 111, 124)"; readonly green: "rgb(4, 137, 66)"; readonly orange: "rgb(255, 128, 4)"; readonly purple: "rgb(120, 30, 147)"; readonly red: "rgb(204, 0, 0)"; readonly white: "rgb(255, 255, 255)"; readonly yellow: "rgb(255, 202, 21)"; }>; export type IconColor = keyof typeof ICON_COLORS; export declare const ICON_COLOR_KEYS: readonly IconColor[];