import { SemanticTree } from "./types"; /** * returns parent tree branch for a given node * @internal * @param tree * @param target */ export declare const findPlacement: (tree: SemanticTree, target: HTMLElement) => SemanticTree;