import type { IOnBoardingFooterProps } from './onboarding'; export declare const Footer: ({ handlePrev, handleNext, handleFinish, currentSlideIndex, totalSlides, }: IOnBoardingFooterProps) => JSX.Element;