import type { IOnBoardingProps } from './onboarding'; export declare const OnBoarding: ({ data, handleFinish }: IOnBoardingProps) => JSX.Element;