import { CustomViewState, DivKitJson } from "./ExpoDivKit.types";
/**
 * Делает копию объекта и индексирует вложенные свойства, содержащие "custom_type"
 * Добавляет в "custom_props" свойство "nativeViewId" с уникальным идентификатором
 */
export declare function deepCopyAndIndexCustom(divKitJson: DivKitJson): [DivKitJson, Omit<CustomViewState, "Component">[]];
//# sourceMappingURL=utils.d.ts.map