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(ElementOrComponentOrLiteral?: ElementOrComponentOrLiteralType, props?: T, fallback?: ElementOrComponentOrLiteralType): string | number | boolean | React.ReactElement> | null | undefined; //# sourceMappingURL=smartRender.d.ts.map