export default class LayersViewController {
  private static layersContainer;
  static updateLayersView(): void;
  private static buildLayerTree;
  private static createLayerItem;
  private static toggleLayerExpansion;
  private static selectLayer;
  private static toggleVisibility;
  private static deleteComponent;
  private static getComponentType;
  private static getComponentName;
  private static filterLayers;
}
