import { TourHelperProps } from './types'; export default function TourHelper({ hideArrow, arrowStyle, helperStyle, helperBackgroundStyle, firstButtonStyle, lastButtonStyle, headerStyle, descriptionStyle, footerStyle, imgStyle, onComplete, firstButtonText, lastButtonText, handleFirstButtonClick, handleLastButtonClick, currentStep, onRequestClose, prev, next, currentStepIndex, steps, finalButtonText, footerText, footerLink, showFooter, ...props }: TourHelperProps): import("react/jsx-runtime").JSX.Element;