export declare type Colors = 'green' | 'blue' | 'cyan' | 'navy' | 'yellow' | 'orange' | 'red';
export declare const green = "#28a745";
export declare const blue = "#008EF0";
export declare const cyan = "#1EABCD";
export declare const navy = "#393E48";
export declare const yellow = "#ffc107";
export declare const orange = "#F95C2B";
export declare const red = "#dc3545";
export declare const black = "#000000";
export declare const white = "#ffffff";
export declare const colorsPalette: {
    dark10: string;
    dark20: string;
    dark30: string;
    dark40: string;
    dark50: string;
    dark60: string;
    dark70: string;
    dark80: string;
    grey10: string;
    grey20: string;
    grey30: string;
    grey40: string;
    grey50: string;
    grey60: string;
    grey70: string;
    grey80: string;
    blue10: string;
    blue20: string;
    blue30: string;
    blue40: string;
    blue50: string;
    blue60: string;
    blue70: string;
    blue80: string;
    cyan10: string;
    cyan20: string;
    cyan30: string;
    cyan40: string;
    cyan50: string;
    cyan60: string;
    cyan70: string;
    cyan80: string;
    green10: string;
    green20: string;
    green30: string;
    green40: string;
    green50: string;
    green60: string;
    green70: string;
    green80: string;
    yellow10: string;
    yellow20: string;
    yellow30: string;
    yellow40: string;
    yellow50: string;
    yellow60: string;
    yellow70: string;
    yellow80: string;
    orange10: string;
    orange20: string;
    orange30: string;
    orange40: string;
    orange50: string;
    orange60: string;
    orange70: string;
    orange80: string;
    red10: string;
    red20: string;
    red30: string;
    red40: string;
    red50: string;
    red60: string;
    red70: string;
    red80: string;
    purple10: string;
    purple20: string;
    purple30: string;
    purple40: string;
    purple50: string;
    purple60: string;
    purple70: string;
    purple80: string;
    violet10: string;
    violet20: string;
    violet30: string;
    violet40: string;
    violet50: string;
    violet60: string;
    violet70: string;
    violet80: string;
    transparent: string;
};
