/// <reference types="react" />
import type { Theme } from './types';
export declare const ThemeContext: import("react").Context<Theme | undefined>;
