import * as React from 'react'; import { CompiledTheme } from './createTheme'; export declare type AllThemes = { [key: string]: CompiledTheme; }; export declare const AllThemesContext: React.Context; //# sourceMappingURL=ThemeContext.d.ts.map