import * as React from "react";
import LayersPaneController0, {Props as LayersPaneController0Props} from "./layers-pane-controller";
import {_b6c162d113Props} from "../../../../pane/view.pc";

type TextProps = {
  text?: string;
} & React.HTMLAttributes<any>;

type ElementProps = {
  ref?: any;
} & React.HTMLAttributes<any>;

export type BaseLayersPaneProps = {
} & _b6c162d113Props;

export type _b34e7ef42482727Props = LayersPaneController0Props;
export const LayersPane: (props: LayersPaneController0Props) => React.ReactElement<LayersPaneController0Props>;

