import { Palette } from './types';
export declare const palette: Palette;
export declare const BIFROST_BLUE: string;
export declare const YGGDRASIL_GREEN: string;
export declare const MIDGARD_TURQUOISE = "#23DCC8";
export declare const FLASH_ORANGE = "#F3BA2F";
export declare const SURTR_RED = "#FF4954";
