import React, { ComponentType } from 'react'; export declare function isElementOfType(element: React.ReactNode | null | undefined, Component: ComponentType | ComponentType[]): boolean;