type OnboardingTermsProps = { termsTitle?: string; termsText?: string; }; export declare const OnboardingTerms: React.FC; export {};