import { Theme } from 'styled-system'; type SpaceAliasPositive = { space025: '2px'; space05: '4px'; space10: '8px'; space15: '12px'; space20: '16px'; space30: '24px'; space40: '32px'; space50: '40px'; space60: '48px'; space70: '56px'; space80: '64px'; space90: '72px'; space100: '80px'; space130: '104px'; space160: '128px'; }; type SpaceAliasNegative = { '-space025': '-2px'; '-space05': '-4px'; '-space10': '-8px'; '-space15': '-12px'; '-space20': '-16px'; '-space30': '-24px'; '-space40': '-32px'; '-space50': '-40px'; '-space60': '-48px'; '-space70': '-56px'; '-space80': '-64px'; '-space90': '-72px'; '-space100': '-80px'; '-space130': '-104px'; '-space160': '-128px'; }; type SpaceAliasLegacy = { space5: '4px'; }; export type SpaceProp = SpaceAliasPositive & SpaceAliasNegative & SpaceAliasLegacy; export declare const themeColors: { helperText: "#3a384b"; inputBorder: "#9c9ba5"; errorLight: "#ffecf1"; errorDark: "#d90a3c"; warningLight: "#fdfdd4"; warningDark: "#8a6d3b"; sapphire: "#303bb2"; cloudyBlue: "#bfc5cb"; greyishBrown: "#4a4a4a"; disabled: "#9c9ba5"; veryLightBlue: "#e8e9ec"; brownGrey: "#979797"; lightBlue10: string; lightBlue20: string; eligibilityLevel0: "#127860"; 'eligibilityLevel0-bg10': "#E8F2F0"; eligibilityLevel1: "#18ae71"; 'eligibilityLevel1-bg10': "#E8F7F1"; 'eligibilityLevel1-bg20': "#D1EFE3"; 'eligibilityLevel1-bg30': "#BAE7D4"; eligibilityLevel2: "#9de89f"; 'eligibilityLevel2-bg10': "#F5FDF5"; 'eligibilityLevel2-bg20': "#EBF9EC"; 'eligibilityLevel2-bg30': "#E2F8E2"; eligibilityLevel3: "#fae376"; 'eligibilityLevel3-bg20': "#FEF9E4"; eligibilityLevel4: "#ffa269"; 'eligibilityLevel4-bg20': "#FFECE1"; eligibilityLevel5: "#ff7b77"; 'eligibilityLevel5-bg20': "#FFE5E4"; backgroundLightBlue: "#e6f5f7"; infoLightBlue: "#e4fcff"; alertError60: "#ffecf1"; alertError100: "#ff8aa6"; alertError120: "#d90a3c"; alertSuccess100: "#a5ffc3"; alertInfo100: "#a3f4ff"; alertWarning100: "#ffe27c"; dataVisualisationTeal: "#1bcc96"; dataVisualisationLightPurple: "#6e55e6"; dataVisualisationOrange: "#fb8b24"; dataVisualisationPaleBlue: "#a6e1fa"; dataVisualisationPink: "#d8548a"; dataVisualisationAegeanBlue: "#19647e"; dataVisualisationCeruleanBlue: "#28a1d1"; dataVisualisationDarkPurple: "#4439ab"; dataVisualisationSkyBlue: "#1dc3ea"; dataVisualisationTurquoise: "#00b0b5"; dataVisualisationRed: "#e53942"; scaleLevel20: "#f1eefd"; scaleLevel40: "#e2ddfa"; scaleLevel60: "#c5bbf5"; scaleLevel80: "#a899f0"; scaleLevel100: "#6e55e6"; 'eligibilityLevel0-10': string; 'eligibilityLevel0-100': string; 'eligibilityLevel1-7': string; 'eligibilityLevel1-10': string; 'eligibilityLevel1-20': string; 'eligibilityLevel1-30': string; 'eligibilityLevel1-100': string; 'eligibilityLevel2-10': string; 'eligibilityLevel2-20': string; 'eligibilityLevel2-30': string; 'eligibilityLevel2-100': string; 'eligibilityLevel3-20': string; 'eligibilityLevel3-100': string; 'eligibilityLevel4-20': string; 'eligibilityLevel4-100': string; 'eligibilityLevel5-20': string; 'eligibilityLevel5-100': string; aqua10: "#cceff0"; aqua30: "#83dfe1"; aqua40: "#56c9cc"; aqua60: "#00b0b5"; aqua80: "#237eb2"; aqua100: "#2b63ad"; coral60: "#ff9e8c"; coral80: "#ff826b"; coral100: "#ff6648"; coral120: "#ff5634"; coral140: "#ff3b14"; dusk40: "#dfddf7"; dusk50: "#cbc7ec"; dusk60: "#a9a3d9"; dusk80: "#7769b2"; dusk100: "#5b4c98"; grey10: "#f7f7f8"; grey20: "#f0f0f5"; grey30: "#e4e4e9"; grey40: "#cccbd4"; grey60: "#9a98ab"; grey80: "#73738c"; grey100: "#3a384b"; grey120: "#08051c"; indigo10: "#f9f8fe"; indigo20: "#eaebf7"; indigo25: "#dfe1fb"; indigo30: "#d6d8f0"; indigo40: "#928cc8"; indigo60: "#261a91"; indigo70: "#23197a"; indigo75: "#1c1268"; indigo80: "#170f57"; indigo100: "#0f0a3a"; indigo120: "#08051c"; indigo140: "#05030f"; neutral: "#f6f2f1"; neutral60: "#faf8f8"; neutral80: "#f7f5f5"; neutral100: "#f5f2f1"; neutral120: "#ede5e3"; neutral160: "#e8e4e3"; neutral140: "#e4d9d6"; neutral200: "#5c5a6a"; peach40: "#fff2e4"; peach60: "#ffe0be"; peach80: "#ffcf9a"; peach100: "#ffbd75"; peach120: "#ffa34e"; pink20: "#fff8f8"; pink40: "#fff1f0"; pink50: "#fde7e6"; pink60: "#f9dcda"; pink80: "#fec1bb"; pink100: "#f2a8a1"; productNeutral60: "#faf8f8"; productNeutral80: "#f7f5f5"; productNeutral100: "#f5f2f1"; productNeutral120: "#f2eeed"; productNeutral140: "#eeeae9"; productNeutral160: "#e8e4e3"; stone60: "#fffdfd"; stone80: "#faf8f8"; stone100: "#f6f2f1"; stone120: "#ede5e3"; stone140: "#e4d9d6"; teal10: "#c9f6e8"; teal20: "#9ef2d8"; teal40: "#77ecc9"; teal60: "#3de5b2"; teal80: "#1fe0a6"; teal100: "#1ac490"; teal120: "#17b585"; teal140: "#17a67a"; teal160: "#0b8761"; warmYellow40: "#fdf5d9"; warmYellow60: "#ffedb0"; warmYellow80: "#fbe28a"; warmYellow100: "#ffd664"; yellow20: "#fff5d6"; yellow30: "#fcfacd"; yellow40: "#fffda3"; yellow60: "#f7f573"; yellow80: "#f5f254"; yellow100: "#f4ee22"; yellow120: "#e8e30d"; yellow140: "#d9d10a"; }; declare const totallyMoneyTheme: Theme; export default totallyMoneyTheme;