import type { IOnBoardingItem } from './onboarding'; export declare const Content: ({ item }: { item: IOnBoardingItem; }) => JSX.Element;