import { Layer } from '../types';
export declare const handleMergeItem: (data: Layer[], parent?: Layer) => Layer[];
