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