export declare const palette: {
    yellowPrim: string;
    turqPrim: string;
    bluePrim: string;
    blueDark: string;
    greenPrim: string;
    redSec: string;
    orangeSec: string;
    blueSec: string;
    purpleSec: string;
    secondaryLightGrey: string;
    secondaryDarkGrey: string;
    greyDark: string;
    shadow: string;
    primaryMercuryGrey: string;
    white: string;
    lightGrey: string;
    blueLight: string;
    orangeLight: string;
    background: string;
    transp: string;
    secondaryGrey: string;
    greenSec: string;
    yellowSec: string;
    whiteTwo: string;
    whiteThree: string;
    whiteFour: string;
    greyish: string;
    border: string;
    black: string;
    softPink: string;
    salmon: string;
    turqSec: string;
};
