/// <reference types="react" />
export declare const ThemedContext: import("react").Context<{
    isDark: boolean;
}>;
