import type { ComponentType, ExoticComponent } from "react"; export type ReactComponentExport

> = ComponentType

| ExoticComponent

; export declare function isReactComponentExport

>(value: unknown): value is ReactComponentExport

; //# sourceMappingURL=react-component.d.ts.map