import type { Component } from "../../common"; import type { LayoutProps, HtmlProps } from "../common"; export type LayersPanelProps = LayoutProps & HtmlProps & {}; export declare const LayersPanel: Component;