import { IntroJs } from "../intro";
/**
 * Initiate a new introduction/guide from an element in the page
 *
 * @api private
 */
export default function introForElement(intro: IntroJs, targetElm: HTMLElement): Promise<Boolean>;
