///
import type { CommonStudioLayoutConfigProps, CommonStudioLayoutProps, StudioLayoutWithChildrenConfigProps } from './types';
import type { StudioLayoutSidebarRightConfig } from './types/StudioSidebarRightSchema';
export interface StudioLayoutSidebarRightConfigProps extends StudioLayoutWithChildrenConfigProps, CommonStudioLayoutConfigProps {
}
export interface StudioSidebarRightProps extends Omit, 'htmlAttrs'> {
withBg?: boolean;
}
export declare const StudioSidebarRight: import("react").NamedExoticComponent;
export default StudioSidebarRight;