/// <reference types="react" />
import UpTreeView from './UpTreeView';
declare const _default: {
    title: string;
    decorators: ((...args: any) => any)[];
    component: typeof UpTreeView;
};
export default _default;
export declare const General: () => JSX.Element;
export declare const ShowInvisible: () => JSX.Element;
