export declare function argumentContainer(Container: any, WrappedComponent: any): any; export declare function getValueFromEvent(...argument: any[]): any; export declare function getErrorStrs(errors: any): any; export declare function isEmptyObject(obj: any): boolean; export declare function flattenArray(arr: any): any; export declare function mirror(obj: any): any; export declare function hasRules(validate: any): any; export declare function startsWith(str: any, prefix: any): boolean; export declare function getParams(ns: any, opt: any, cb: any): { names: any; callback: any; options: any; }; export declare function getNameIfNested(str: any): { name; isNested?; }; export declare function flatFieldNames(names: any): string[]; export declare function clearVirtualField(name: any, fields: any, fieldsMeta: any): void; export declare function getVirtualPaths(fieldsMeta: any): {}; export declare function normalizeValidateRules(validate: any, rules: any, validateTrigger: any): any;