import {} from 'styled-components'; import { Theme } from './theme'; declare module 'styled-components' { export interface DefaultTheme extends Theme {} }