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