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