/// <reference types="react" />
import type { StudioLayoutPanelStylesConfig } from './types/StudioPanelStylesSchema';
import type { CommonStudioLayoutConfigProps, CommonStudioLayoutPanelProps } from './types';
export interface StudioLayoutPanelStylesConfigProps extends CommonStudioLayoutConfigProps<StudioPanelStylesProps, StudioLayoutPanelStylesConfig> {
}
export interface StudioPanelStylesProps extends CommonStudioLayoutPanelProps<StudioLayoutPanelStylesConfig> {
}
export declare const StudioPanelStyles: import("react").NamedExoticComponent<StudioPanelStylesProps>;
export default StudioPanelStyles;
