import type { FC, ReactNode } from 'react'; export interface TreeItemIconProps { icon?: ReactNode; } export declare const TreeItemIcon: FC;