import * as React from "react"; declare const Theme: React.Context; export declare const withTheme: (Component: any) => (props: any) => JSX.Element; export default Theme;