declare function cloneArrayAttr(arr: any): any[]; declare const _default: { cloneArrayAttr: typeof cloneArrayAttr; }; export default _default;