import React from 'react';
export declare const withReactProps: <P extends Record<string, any>>(WrappedComponent: React.ElementType) => (props: P) => import("react/jsx-runtime").JSX.Element;
