*
* {virtualize.map(props => )}
*
*
* )
* ```
*/
props: VirtualizeContainerProps;
/**
* Calls a defined render function on each node and returns an array that
* contains the resulting React elements.
*
* @param render - A callback that renders a node.
* @example
* ```tsx
* const windowRef = React.useRef(null)
* const virtualize = useVirtualize(fileTree, {windowRef, nodeHeight: 24})
* return (
*