/** @deprecated Colours should now be imported from the `palette` object */ declare const brand: { readonly '100': "#001536"; readonly '300': "#041F4A"; readonly '400': "#052962"; readonly '500': "#0077B6"; readonly '600': "#506991"; readonly '800': "#C1D8FC"; }; declare const brandAlt: { readonly '200': "#F3C100"; readonly '300': "#FFD900"; readonly '400': "#FFE500"; }; declare const neutral: { readonly '0': "#000000"; readonly '7': "#121212"; readonly '10': "#1A1A1A"; readonly '20': "#333333"; readonly '38': "#545454"; readonly '46': "#707070"; readonly '60': "#999999"; readonly '73': "#BABABA"; readonly '86': "#DCDCDC"; readonly '93': "#EDEDED"; readonly '97': "#F6F6F6"; readonly '100': "#FFFFFF"; }; declare const error: { readonly '400': "#C70000"; readonly '500': "#FF9081"; }; declare const success: { readonly '300': "#185E36"; readonly '400': "#22874D"; readonly '500': "#58D08B"; }; declare const news: { readonly '100': "#660505"; readonly '200': "#8B0000"; readonly '300': "#AB0613"; readonly '400': "#C70000"; readonly '500': "#FF5943"; readonly '550': "#FF9081"; readonly '600': "#FFBAC8"; readonly '700': "#FFD8D1"; readonly '800': "#FFF4F2"; }; declare const opinion: { readonly '100': "#672005"; readonly '200': "#8D2700"; readonly '300': "#C74600"; readonly '400': "#C74600"; readonly '450': "#E05E00"; readonly '500': "#FF7F0F"; readonly '550': "#FF9941"; readonly '600': "#F9B376"; readonly '700': "#FFE7D4"; readonly '800': "#FEF9F5"; }; declare const sport: { readonly '100': "#003C60"; readonly '200': "#004E7C"; readonly '300': "#005689"; readonly '400': "#0077B6"; readonly '500': "#00B2FF"; readonly '600': "#90DCFF"; readonly '700': "#D8F1FF"; readonly '800': "#F1F8FC"; }; declare const culture: { readonly '50': "#2B2625"; readonly '100': "#3E3323"; readonly '200': "#574835"; readonly '300': "#6B5840"; readonly '350': "#866D50"; readonly '400': "#866D50"; readonly '450': "#A1845C"; readonly '500': "#EACCA0"; readonly '600': "#E7D4B9"; readonly '700': "#EFE8DD"; readonly '800': "#FBF6EF"; }; declare const lifestyle: { readonly '100': "#510043"; readonly '200': "#650054"; readonly '300': "#7D0068"; readonly '400': "#BB3B80"; readonly '450': "#F37ABC"; readonly '500': "#FFABDB"; readonly '600': "#FEC8D3"; readonly '800': "#FEF1F8"; }; declare const labs: { readonly '100': "#09615B"; readonly '200': "#0C7A73"; readonly '300': "#65A897"; readonly '400': "#69D1CA"; readonly '500': "#A8E3DF"; readonly '600': "#DCF4F3"; readonly '700': "#F3FBFB"; }; declare const specialReport: { readonly '100': "#222527"; readonly '200': "#303538"; readonly '300': "#3F464A"; readonly '400': "#595C5F"; readonly '450': "#9DA0A2"; readonly '500': "#ABC2C9"; readonly '700': "#E4E5E8"; readonly '800': "#EFF1F2"; }; declare const focus: { readonly '400': "#0077B6"; }; /** * Default theme background colours * * @deprecated Colours should now be imported from the `palette` object */ declare const background: { readonly primary: "#FFFFFF"; readonly secondary: "#F6F6F6"; readonly inverse: "#1A1A1A"; readonly ctaPrimary: "#052962"; readonly ctaPrimaryHover: "#234B8A"; readonly ctaSecondary: "#C1D8FC"; readonly ctaSecondaryHover: "#ACC9F7"; readonly ctaTertiaryHover: "#E5E5E5"; readonly input: "#FFFFFF"; readonly inputChecked: "#0077B6"; }; /** * Brand theme background colours * * @deprecated Colours should now be imported from the `palette` object */ declare const brandBackground: { readonly primary: "#052962"; readonly inputChecked: "#FFFFFF"; readonly ctaPrimary: "#FFFFFF"; readonly ctaPrimaryHover: "#E0E0E0"; readonly ctaSecondary: "#506991"; readonly ctaSecondaryHover: "#234B8A"; readonly ctaTertiaryHover: "#041F4A"; }; /** * Alternative brand theme background colours * * @deprecated Colours should now be imported from the `palette` object */ declare const brandAltBackground: { readonly primary: "#FFE500"; readonly ctaPrimary: "#121212"; readonly ctaPrimaryHover: "#454545"; readonly ctaSecondary: "#F3C100"; readonly ctaSecondaryHover: "#F2AE00"; readonly ctaTertiaryHover: "#FFD213"; }; /** * Default theme border colours * * @deprecated Colours should now be imported from the `palette` object */ declare const border: { primary: "#999999"; secondary: "#DCDCDC"; success: "#22874D"; error: "#C70000"; ctaTertiary: "#052962"; input: "#999999"; inputChecked: "#0077B6"; inputHover: "#0077B6"; inputActive: "#0077B6"; focusHalo: "#0077B6"; }; /** * Brand theme border colours * * @deprecated Colours should now be imported from the `palette` object */ declare const brandBorder: { primary: "#506991"; secondary: "#506991"; success: "#58D08B"; error: "#FF9081"; ctaTertiary: "#FFFFFF"; input: "#C1D8FC"; inputChecked: "#FFFFFF"; inputHover: "#FFFFFF"; }; /** * Alternative brand theme border colours * * @deprecated Colours should now be imported from the `palette` object */ declare const brandAltBorder: { ctaTertiary: "#121212"; }; /** * Default theme line colours * * @deprecated Colours should now be imported from the `palette` object */ declare const line: { primary: "#DCDCDC"; }; /** * Brand theme line colours * * @deprecated Colours should now be imported from the `palette` object */ declare const brandLine: { primary: "#506991"; }; /** * Alternative brand theme line colours * * @deprecated Colours should now be imported from the `palette` object */ declare const brandAltLine: { primary: "#121212"; }; /** * Default theme text colours * * @deprecated Colours should now be imported from the `palette` object */ declare const text: { primary: "#121212"; supporting: "#707070"; success: "#22874D"; error: "#C70000"; ctaPrimary: "#FFFFFF"; ctaSecondary: "#052962"; ctaTertiary: "#052962"; anchorPrimary: "#0077B6"; anchorSecondary: "#121212"; userInput: "#121212"; inputLabel: "#121212"; inputError: "#121212"; inputLabelSupporting: "#707070"; inputChecked: "#052962"; inputHover: "#052962"; groupLabel: "#121212"; groupLabelSupporting: "#707070"; newsInverse: "#FF9081"; }; /** * Brand theme text colours * * @deprecated Colours should now be imported from the `palette` object */ declare const brandText: { primary: "#FFFFFF"; supporting: "#C1D8FC"; success: "#58D08B"; error: "#FF9081"; ctaPrimary: "#052962"; ctaSecondary: "#FFFFFF"; ctaTertiary: "#FFFFFF"; anchorPrimary: "#FFFFFF"; anchorPrimaryHover: "#FFE500"; userInput: "#FFFFFF"; inputLabel: "#FFFFFF"; inputLabelSupporting: "#C1D8FC"; }; /** * Alternative brand theme text colours * * @deprecated Colours should now be imported from the `palette` object */ declare const brandAltText: { primary: "#121212"; supporting: "#999999"; ctaPrimary: "#FFFFFF"; ctaSecondary: "#121212"; ctaTertiary: "#121212"; anchorPrimary: "#121212"; }; export { background, border, brand, brandAlt, brandAltBackground, brandAltBorder, brandAltLine, brandAltText, brandBackground, brandBorder, brandLine, brandText, culture, error, focus, labs, lifestyle, line, neutral, news, opinion, specialReport, sport, success, text };