import React from 'react'; export declare function isValidReactNode(object: {} | null | undefined): object is React.ReactNode;