///
import type { CommonStudioLayoutConfigProps, CommonStudioLayoutProps, StudioLayoutWithChildrenConfigProps } from './types';
import type { StudioLayoutSidebarLeftConfig } from './types/StudioSidebarLeftSchema';
export interface StudioLayoutSidebarLeftConfigProps extends StudioLayoutWithChildrenConfigProps, CommonStudioLayoutConfigProps {
}
export interface StudioSidebarLeftProps extends Omit, 'htmlAttrs'> {
width?: number | string;
withBg?: boolean;
}
export declare const StudioSidebarLeft: import("react").NamedExoticComponent;
export default StudioSidebarLeft;