import type { InferType } from "yup";
declare const schema: import("yup").ObjectSchema<any, import("yup").AnyObject, any, "">;
export type ContactValues = InferType<typeof schema>;
export {};
