import * as Yup from 'yup';
export declare const sampleDeclarationValidationSchema: (field: any) => Yup.ArraySchema<Yup.AnyObjectSchema, import("yup/lib/types").AnyObject, any[] | undefined, any[] | undefined>;
