/** * implementation of deepMix in antv/utils */ declare const deepMix: (rst: any, ...args: any[]) => any; export default deepMix;