import { themeDefault } from './themes.js'; import { ThemeName } from './constants.js'; export declare type Theme = typeof themeDefault; declare module 'styled-components' { interface DefaultTheme extends Theme { } } export declare type ThemeContext = { toggleTheme: () => void; themeName: ThemeName; }; //# sourceMappingURL=types.d.ts.map