import React from 'react';
import '../styles/LayerPanel.css';
declare const LayerPanel: React.FC;
export default LayerPanel;
