export declare enum ColorStyles { RED = "red", ORANGE = "orange", YELLOW = "yellow", GREEN = "green", PALE = "pale", LIGHTBROWN = "lightbrown", BROWN = "brown", DEEPBROWN = "deepbrown", WHITE = "white", LIGHTGREY = "lightgrey", MEDIUMGREY = "mediumgrey", DEEPGREY = "deepgrey", BLACK = "black", YELLOWBG2 = "yellowBg2", YELLOWBG1 = "yellowBg1", LIGHTGREY_20 = "lightGrey20", LIGHTGREY_50 = "lightGrey50", GREY = "grey", LIGHTBROWN_20 = "lightBrown20", LIGHTBROWN_50 = "lightBrown50" } export declare const baseColors: { backgroundFooter: string; backgroundHeader: string; backgroundSideMenu: string; border: string; card: string; cardFooter: string; connectBtnBorder: string; failure: string; input: string; invertedContrast: string; networkBtnBorder: string; networkBtnInner: string; placeholder: string; primary: string; primaryBright: string; primaryDark: string; success: string; successAlpha: string; text: string; textInvert: string; textSubtle: string; background: string; backgroundBlueGradient: string; backgroundBox: string; backgroundDisabled: string; connectBtnInner: string; contrast: string; secondary: string; tertiary: string; textDisabled: string; warning: string; black20: string; black30: string; white80: string; brown30: string; red: string; orange: string; yellow: string; green: string; pale: string; lightbrown: string; brown: string; deepbrown: string; white: string; lightgrey: string; mediumgrey: string; deepgrey: string; black: string; yellowBg2: string; yellowBg1: string; grey: string; }; export declare const brandColors: { binance: string; klaytn: string; }; export declare const customColors: { lightGrey20: string; lightGrey50: string; lightBrown20: string; lightBrown50: string; }; export declare const lightColors: { lightGrey20: string; lightGrey50: string; lightBrown20: string; lightBrown50: string; binance: string; klaytn: string; backgroundFooter: string; backgroundHeader: string; backgroundSideMenu: string; border: string; card: string; cardFooter: string; connectBtnBorder: string; failure: string; input: string; invertedContrast: string; networkBtnBorder: string; networkBtnInner: string; placeholder: string; primary: string; primaryBright: string; primaryDark: string; success: string; successAlpha: string; text: string; textInvert: string; textSubtle: string; background: string; backgroundBlueGradient: string; backgroundBox: string; backgroundDisabled: string; connectBtnInner: string; contrast: string; secondary: string; tertiary: string; textDisabled: string; warning: string; black20: string; black30: string; white80: string; brown30: string; red: string; orange: string; yellow: string; green: string; pale: string; lightbrown: string; brown: string; deepbrown: string; white: string; lightgrey: string; mediumgrey: string; deepgrey: string; black: string; yellowBg2: string; yellowBg1: string; grey: string; }; export declare const darkColors: { lightGrey20: string; lightGrey50: string; lightBrown20: string; lightBrown50: string; binance: string; klaytn: string; backgroundFooter: string; backgroundHeader: string; backgroundSideMenu: string; border: string; card: string; cardFooter: string; connectBtnBorder: string; failure: string; input: string; invertedContrast: string; networkBtnBorder: string; networkBtnInner: string; placeholder: string; primary: string; primaryBright: string; primaryDark: string; success: string; successAlpha: string; text: string; textInvert: string; textSubtle: string; background: string; backgroundBlueGradient: string; backgroundBox: string; backgroundDisabled: string; connectBtnInner: string; contrast: string; secondary: string; tertiary: string; textDisabled: string; warning: string; black20: string; black30: string; white80: string; brown30: string; red: string; orange: string; yellow: string; green: string; pale: string; lightbrown: string; brown: string; deepbrown: string; white: string; lightgrey: string; mediumgrey: string; deepgrey: string; black: string; yellowBg2: string; yellowBg1: string; grey: string; }; declare const _default: {}; export default _default;