import { IntroJs } from"../intro";
/**
* Exit from intro
*
* @apiprivate
* @param {Boolean} force - Setting to `true` will skip the result of beforeExit callback
*/exportdefaultfunctionexitIntro(intro: IntroJs, targetElement: HTMLElement, force?: boolean): Promise<void>;