import React from 'react'; import { TreeLayerProps } from './tree-types'; export declare function TreeLayer({ childNodes, depth }: TreeLayerProps): React.JSX.Element;