import * as React from 'react'; import { RichTreeViewProProps } from "./RichTreeViewPro.types.js"; export declare const RichTreeViewProRoot: import("@emotion/styled").StyledComponent & { ownerState: RichTreeViewProProps; }, Pick, HTMLUListElement>, keyof React.ClassAttributes | keyof React.HTMLAttributes>, {}>; type RichTreeViewProComponent = ((props: RichTreeViewProProps & React.RefAttributes) => React.JSX.Element) & { propTypes?: any; }; /** * * Demos: * * - [Tree View](https://mui.com/x/react-tree-view/) * * API: * * - [RichTreeView API](https://mui.com/x/api/tree-view/rich-tree-view/) */ declare const RichTreeViewPro: RichTreeViewProComponent; export { RichTreeViewPro };