import { Theme as theme } from './theme'; export { ThemeProvider, useTheme, withTheme } from './utils'; /** * @deprecated use useTheme / withTheme instead */ export const Theme = theme;