/**
 * Check if container (sl-selection-manager) is the same on target and current element.
 * @param currentEl
 * @param target
 * @param iterations
 * @returns return true if sl-selection-manager is  the same
 */
export declare const findSameParentElement: (currentEl: Node, target: Node, iterations?: number) => boolean;
