import type { InferType } from "yup"; declare const schema: import("yup").ObjectSchema; export type ContactValues = InferType; export {};