import * as React from 'react'; import { Subtract } from 'utility-types'; import { ThemeContextProps } from "./ThemeContext.js"; export interface WithThemeProps extends ThemeContextProps { } export declare function withTheme(WrappedComponent: React.ComponentType): React.ComponentType>;