/// <reference types="react" />
import type { StudioLayoutPanelGlobalStylesConfig } from './types/StudioPanelGlobalStylesSchema';
import type { CommonStudioLayoutConfigProps, CommonStudioLayoutPanelProps } from './types';
export interface StudioLayoutPanelGlobalStylesConfigProps extends CommonStudioLayoutConfigProps<StudioPanelGlobalStylesProps, StudioLayoutPanelGlobalStylesConfig> {
}
export interface StudioPanelGlobalStylesProps extends CommonStudioLayoutPanelProps<StudioLayoutPanelGlobalStylesConfig> {
}
export declare const StudioPanelGlobalStyles: import("react").NamedExoticComponent<StudioPanelGlobalStylesProps>;
export default StudioPanelGlobalStyles;
