declare const theme: { borderColor: string; backgroundColor: string; fontColor: string; }; export default theme;