import { LocaleType } from "../../../interfaces/types";
import { UseTranslationsReturn } from "../../../hooks";
import * as yup from 'yup';
export declare const onboardingSchema: (t: UseTranslationsReturn<LocaleType>['t']) => yup.ObjectSchema<{
    phone: string;
}, yup.AnyObject, {
    phone: "";
}, "">;
