import { TreeData } from '@atlaskit/tree'; import type { Items } from './index'; export declare const TreeConverter: (items: Items) => TreeData;