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

(first: TemplateStringsArray | styledComponents.CSSObject | styledComponents.InterpolationFunction>, ...interpolations: styledComponents.Interpolation>[]) => styledComponents.GlobalStyleComponent, keyframes: (strings: TemplateStringsArray | styledComponents.CSSKeyframes, ...interpolations: styledComponents.SimpleInterpolation[]) => styledComponents.Keyframes, ThemeProvider: styledComponents.BaseThemeProviderComponent; export { css, createGlobalStyle, keyframes, ThemeProvider }; export default styled;