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