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