declare const subFormValidateData: (refs: any, value: any) => Promise<boolean>;
export default subFormValidateData;
