import * as React from 'react' import * as styledComponents from 'styled-components'; import { ThemedStyledComponentsModule } from 'styled-components'; import { Theme } from 'coderbox-atoms'; const { default: styled, css, injectGlobal, keyframes, ThemeProvider } = styledComponents as ThemedStyledComponentsModule type StyledFunction = styledComponents.ThemedStyledFunction function withProps

(fn: StyledFunction>): StyledFunction

{ return fn as StyledFunction

} export { css, injectGlobal, keyframes, ThemeProvider, withProps } export default styled