import React from 'react'; export declare function isChildOfType(child: React.ReactNode, type: any): boolean;