import { DefaultTheme } from 'styled-components'; interface ThemeProviderProps { theme?: Partial; } export type { ThemeProviderProps };