/** Recursive version of React.Children.map. */ export declare const recursiveMap: (children: any, fn: Function, parents?: any) => any[]; /** React Hook that can be used to trace updates between renders, used for * debugging potentially unexpected re-renders. */ export declare const useTraceUpdate: (props: any) => void;