import { ReactElement } from 'react'; export declare type RCIJFC = ((props: TProps) => ReactElement | null) & { displayName: string; }; export declare function _getInternalComponent(id: string, component?: (props: TProps) => ReactElement | null | void): RCIJFC;