import React from 'react'; export declare type RenderFunction = () => React.ReactNode; export declare const getRenderPropValue: (propValue?: string | number | boolean | {} | React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | React.ReactNodeArray | React.ReactPortal | RenderFunction | null | undefined) => React.ReactNode;