export declare const baseColors: any;
export declare const grayScale: {
    grayBlack: string;
    grayDarkest: string;
    grayDarker: string;
    grayDark: string;
    gray: string;
    grayLight: string;
    grayLighter: string;
    grayLightest: string;
};
export declare const colors: any;
