import * as React from "react"; import { ThemeT } from "../themes"; export declare const ThemeContext: React.Context; export declare const LighthouseProvider: ({ theme, children }: { theme: any; children: any; }) => JSX.Element; export default LighthouseProvider;