import { ComponentType } from 'react'; export declare function withTheme(InnerComponent: ComponentType): (props: Props) => JSX.Element;