declare const black = "#20192A"; declare const blue = "#5BDEFF"; declare const pink = "#F91893"; declare const purple = "#945FFA"; declare const darkGrey = "#6d6d6d"; declare const lightGrey = "#B3B3B3"; declare const darkPurple = "#200934"; declare const yellow = "#FEC500"; declare const color: { base: string; light: string; lightest: string; link: string; linkHover: string; focus: string; border: string; name: string; type: string; error: string; baseBackground: string; codeBackground: string; sidebarBackground: string; ribbonBackground: string; ribbonText: string; codeBase: string; codeComment: string; codePunctuation: string; codeProperty: string; codeDeleted: string; codeString: string; codeInserted: string; codeOperator: string; codeKeyword: string; codeFunction: string; codeVariable: string; };