/** * Notice! Do not edit this manually. * This file is autogenerated by `yarn generate:tokens` */ export declare const LOGO_COLORS: Readonly<{ readonly alternative: "rgb(39, 51, 66)"; readonly primary: "rgb(15, 88, 214)"; readonly secondary: "rgb(255, 255, 255)"; }>; export type LogoColor = keyof typeof LOGO_COLORS; export declare const LOGO_COLOR_KEYS: readonly LogoColor[];