declare const theme: { backgroundColor: string; border: string; infoBackgroundColor: string; infoBorder: string; successBackgroundColor: string; successBorder: string; warningBackgroundColor: string; warningBorder: string; errorBackgroundColor: string; errorBorder: string; }; export default theme;