export declare const computeItemHeight: (treeId: string) => number; export declare const isOutsideOfContainer: (e: DragEvent, treeBb: DOMRect) => boolean;