import React, { ReactElement, ElementType, ComponentType } from 'react'; import { UR } from 'getstream'; export declare type ElementOrComponentOrLiteralType
= string | number | boolean | null | ReactElement
| ElementType
| ComponentType
;
export declare function smartRender