import colorMap from './colorMap';
import { ThemeInterface, WithThemeProps } from './types';
import { ThemeProvider as UpThemeProvider } from './ThemeProvider';
import withTheme from './withTheme';
declare const defaultTheme: ThemeInterface;
export { UpThemeProvider, ThemeInterface as UpThemeInterface, colorMap as UpThemeColorMap, WithThemeProps, withTheme };
export default defaultTheme;
