import { DefaultTheme } from 'styled-components'; export declare const theme: DefaultTheme; type ThemeType = typeof theme; export type { ThemeType };