import React from 'react'; export declare function isReactElement(child: React.ReactNode): child is React.ReactElement;