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