/** * Created by nghinv on Sun May 30 2021 * Copyright (c) 2021 nghinv@lumi.biz */ import React from 'react'; import type { ThemeContextType } from './types'; export declare const ThemeContext: React.Context;