import { IOnboardingChecklistProps } from './types'; import * as React from 'react'; export declare const OnboardingChecklist: React.FC;