import { ComponentClass } from 'react'; import { ThemeInterface, theme } from './theme'; declare const styled: any, css: any, injectGlobal: any, keyframes: any, ThemeProvider: any, withTheme: any, createGlobalStyle: any; export { css, injectGlobal, keyframes, ThemeProvider, theme, withTheme, createGlobalStyle, ThemeInterface, }; export default styled; export { ComponentClass };