import React from 'react';
export declare function withTreeViewItem(Component: any, TreeItemComponent?: any, externalItemProps?: any): ({ children, ...props }: {
    [x: string]: any;
    children: any;
}) => React.JSX.Element;
//# sourceMappingURL=withTreeViewItem.d.ts.map