export declare const ThemeContext: import("react").Context; export declare const useTheme: () => import("./ThemeInterface").ThemeInterface;