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