import * as React from 'react'; import type { RichTreeViewItemsProps } from '@mui/x-tree-view/internals'; export declare function RichTreeViewVirtualizedItems(props: RichTreeViewItemsProps): React.JSX.Element;