import { IntroJs } from "../intro";
import { HintStep, IntroStep } from "./steps";
/**
 * Update the position of the helper layer on the screen
 *
 * @api private
 */
export default function setHelperLayerPosition(intro: IntroJs, step: IntroStep | HintStep, helperLayer: HTMLElement): void;
