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