export declare const sbPrimary: { 50: string; 100: string; 200: string; 300: string; 400: string; 500: string; 600: string; 700: string; 800: string; 900: string; 950: string; }; export declare const sbSecondary: { 50: string; 100: string; 200: string; 300: string; 400: string; 500: string; 600: string; 700: string; 800: string; 900: string; 950: string; }; export declare const sbInfo: { 50: string; 100: string; 200: string; 300: string; 400: string; 500: string; 600: string; 700: string; 800: string; 900: string; 950: string; }; export declare const sbSuccess: { 50: string; 100: string; 200: string; 300: string; 400: string; 500: string; 600: string; 700: string; 800: string; 900: string; 950: string; }; export declare const sbWarning: { 50: string; 100: string; 200: string; 300: string; 400: string; 500: string; 600: string; 700: string; 800: string; 900: string; 950: string; }; export declare const sbDanger: { 50: string; 100: string; 200: string; 300: string; 400: string; 500: string; 600: string; 700: string; 800: string; 900: string; 950: string; }; export declare const sbOverlay: { primarySubtle: string; primary: string; primaryBold: string; secondarySubtle: string; secondary: string; secondaryBold: string; darkness: string; }; export declare const sbHighlight: { 50: string; 100: string; 200: string; 300: string; 400: string; 500: string; 600: string; 700: string; 800: string; 900: string; 950: string; }; export declare const sbGrey: { 50: string; 100: string; 200: string; 300: string; 400: string; 500: string; 600: string; 700: string; 800: string; 900: string; 950: string; }; export declare const sb_green = "#00b3b0"; export declare const sb_green_75 = "#40c6c4"; export declare const sb_green_50 = "#7fd9d7"; export declare const sb_green_25 = "#d9f4f3"; export declare const sb_dark_blue = "#1b243f"; export declare const sb_dark_blue_75 = "#545b6f"; export declare const sb_dark_blue_50 = "#8d919f"; export declare const sb_dark_blue_25 = "#c6c8cf"; export declare const green = "#2db47d"; export declare const green_75 = "#62c79e"; export declare const green_50 = "#96d9be"; export declare const green_25 = "#caecde"; export declare const green_disabled = "#004e4c"; export declare const yellow = "#fbce41"; export declare const yellow_75 = "#fcdb71"; export declare const yellow_50 = "#fde6a0"; export declare const yellow_25 = "#fef3cf"; export declare const blue = "#395ece"; export declare const blue_75 = "#6b87db"; export declare const blue_50 = "#9caee6"; export declare const blue_25 = "#cdd7f3"; export declare const orange = "#ffac00"; export declare const orange_75 = "#ffc140"; export declare const orange_50 = "#ffd57f"; export declare const orange_25 = "#ffeabf"; export declare const red = "#ff6159"; export declare const red_75 = "#ff8983"; export declare const red_50 = "#ffb0ac"; export declare const red_25 = "#ffd7d5"; export declare const light = "#dfe3e8"; export declare const light_75 = "#e7eaee"; export declare const light_50 = "#eff1f3"; export declare const light_25 = "#f7f8f9"; export declare const light_gray = "#b1b5be"; export declare const black = "#101525"; export declare const white = "#ffffff"; export declare const black_trasparent = "rgba($sb-dark-blue, 0.2)"; export declare const color_primary: string; export declare const color_primary_dark: string; export declare const color_secondary: string; export declare const color_positive: string; export declare const color_negative: string; export declare const color_warning: string; export declare const color_info: string; export declare const color_white = "#ffffff"; export declare const color_black = "#101525";