import * as styledComponents from 'styled-components'; import { ThemeInterface } from "../theme"; declare const createGlobalStyle:

(strings: TemplateStringsArray, ...interpolations: styledComponents.Interpolation>[]) => styledComponents.GlobalStyleClass, css: styledComponents.BaseThemedCssFunction, styled: styledComponents.ThemedBaseStyledInterface, keyframes: (strings: TemplateStringsArray, ...interpolations: styledComponents.SimpleInterpolation[]) => styledComponents.Keyframes, ThemeConsumer: import("styled-components/node_modules/@types/react").ComponentClass, any>, ThemeProvider: import("styled-components/node_modules/@types/react").ComponentClass, any>, withTheme: styledComponents.BaseWithThemeFnInterface; export { createGlobalStyle, css, keyframes, styled, ThemeConsumer, ThemeProvider, withTheme };