declare const theme: { redFontColor: string; yellowFontColor: string; greenFontColor: string; purpleFontColor: string; lightBlueFontColor: string; blueFontColor: string; }; export default theme;