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