/// import { Emotion } from "../core"; export declare const createEmotionContext: (emotion: Emotion) => import("react").Context;