export declare const VALIDATE_FORMITEMS: {
    [type: string]: any;
};
export declare const getValidateSchemaTpl: (type: string, extraSchema?: any) => any[];
export declare const getDateValidateSchemaTpl: (SC_MAPPING: any) => any[];
