/// <reference types="react" />
import type { StudioLayoutPanelSelectorsConfig } from './types/StudioPanelSelectorsSchema';
import type { CommonStudioLayoutConfigProps, CommonStudioLayoutPanelProps } from './types';
export interface StudioLayoutPanelSelectorsConfigProps extends CommonStudioLayoutConfigProps<StudioPanelSelectorsProps, StudioLayoutPanelSelectorsConfig> {
}
export interface StudioPanelSelectorsProps extends CommonStudioLayoutPanelProps<StudioLayoutPanelSelectorsConfig> {
}
export declare const StudioPanelSelectors: import("react").NamedExoticComponent<StudioPanelSelectorsProps>;
export default StudioPanelSelectors;
