import { TreeItem2Props } from '@mui/x-tree-view'; import { StyledComponent } from '@emotion/styled'; import { RefAttributes, ForwardRefExoticComponent } from 'react'; import { MUIStyledCommonProps } from '@mui/system'; import { Theme } from '@mui/material'; export declare const CustomTreeItem2: StyledComponent & MUIStyledCommonProps, {}, {}>; export declare const Item: ForwardRefExoticComponent>;