export declare type ValidationDataRoot = {
    tip: any;
    original: any;
    parentArray?: any[];
    currentIndex?: number;
};
