import { IntroJs } from "../intro";
/**
 * Update placement of the intro objects on the screen
 * @api private
 */
export default function refresh(intro: IntroJs, refreshSteps?: boolean): IntroJs | undefined;
