import React from "react";
import { SaleorThemeContext } from "./types";
export declare const ThemeContext: React.Context<SaleorThemeContext | undefined>;
