export declare const colorTextPrimary = "#17324D";
export declare const shadowColor = "#002B55";
export declare const backdropBackground = "#17324D";
export declare const menuItemBackground = "#17324D";
export declare const colorPrimaryContainedHover = "#0055AA";
export declare const blue: {
    50: string;
    100: string;
    200: string;
    500: string;
};
export declare const error: {
    600: string;
};
export declare const neutral: {
    black: string;
    100: string;
    300: string;
    700: string;
};
export declare const warning: {
    100: string;
    400: string;
    850: string;
};
export declare const turquoise: {
    850: string;
    50: string;
};
export declare const decorativeIcon: string;
export declare const divider = "#E8EBF1";
