export declare function patch({ React, jsx, jsxDEV }?: {
    React?: any;
    jsx?: any;
    jsxDEV?: any;
}): any;
export declare function patch(React?: any, jsx?: any, jsxDEV?: any): any;
export default patch;
