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