import * as styledComponents from 'styled-components'; // FIXME declare module 'styled-components' { interface ThemedStyledComponentsModule { keyframes( strings: TemplateStringsArray | string[], ...interpolations: SimpleInterpolation[] ): Keyframes; } export interface BaseThemedCssFunction {

( first: | TemplateStringsArray | CSSObject | InterpolationFunction> | string[], ...interpolations: Array>> ): FlattenInterpolation>; } }