export declare const iconColors: { readonly orange: "#F56301"; readonly green: "#1FC16B"; readonly red: "#FB3748"; readonly gray: "#99A0AE"; readonly darkGray: "#525866"; readonly blue: "#335CFF"; readonly lightBlue: "#47C2FF"; readonly purple: "#7D52F4"; readonly black: "#000000"; readonly white: "#ffffff"; }; export type IconColor = keyof typeof iconColors;