declare const theme: { BackgroundColor: string; errorBackgroundColor: string; infoBackgroundColor: string; successBackgroundColor: string; warningBackgroundColor: string; }; export default theme;