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