/// <reference types="react" />
declare const ThemedTreeWithDetail: (props: any) => JSX.Element;
export default ThemedTreeWithDetail;
