import * as React from 'react';
export default function evaluateChildren(children: React.ReactNode | Function, childProps: any): React.ReactNode;
export declare function isComponent(child: React.ReactNode): child is React.ReactElement;
//# sourceMappingURL=evaluate-children.d.ts.map