/** * @internal * Search through from editor div to it's root for the latest z-index value * @param editorDiv the editor div element * @returns the z index value */ export default function getLatestZIndex(editorDiv: HTMLElement): number;