import React from 'react'; import { RealTheme } from './types'; export interface ThemeValueContextProps { themeValue: RealTheme; } export declare const ThemeValueContext: React.Context;