import React from 'react'; import type { TreeItemComponentProps } from '../../types'; import './FolderTreeItemWrapper.css'; export declare const FolderTreeItemWrapper: (p: React.PropsWithChildren & React.RefAttributes>) => React.ReactElement;