import type { ComponentType, ReactNode } from 'react'; export declare function isComponent(icon: ReactNode | ComponentType): icon is ComponentType;