/// import type { StudioLayoutPanelLayersConfig } from './types/StudioPanelLayersSchema'; import type { CommonStudioLayoutConfigProps, CommonStudioLayoutPanelProps } from './types'; export interface StudioLayoutPanelLayersConfigProps extends CommonStudioLayoutConfigProps { } export interface StudioPanelLayersProps extends CommonStudioLayoutPanelProps { } export declare const StudioPanelLayers: import("react").NamedExoticComponent; export default StudioPanelLayers;