/// import React from 'react'; import * as styledComponents from 'styled-components'; import { ThemedCssFunction, StyledComponentClass } from 'styled-components'; import { ThemeInterface } from 'theme'; export declare type StyledProps = styledComponents.ThemedStyledProps; declare const styled: styledComponents.ThemedBaseStyledInterface, css: styledComponents.ThemedCssFunction, injectGlobal: (strings: TemplateStringsArray, ...interpolations: styledComponents.SimpleInterpolation[]) => void, keyframes: (strings: TemplateStringsArray, ...interpolations: styledComponents.SimpleInterpolation[]) => string, ThemeProvider: React.ComponentClass>; export { css, injectGlobal, keyframes, ThemeProvider, ThemedCssFunction, StyledComponentClass }; export default styled;