///
import type { CommonStudioLayoutConfigProps, CommonStudioLayoutProps, StudioLayoutWithChildrenConfigProps } from './types';
import type { StudioLayoutSidebarBottomConfig } from './types/StudioSidebarBottomSchema';
export interface StudioLayoutSidebarBottomConfigProps extends StudioLayoutWithChildrenConfigProps, CommonStudioLayoutConfigProps {
}
export interface StudioSidebarBottomProps extends CommonStudioLayoutProps {
height?: number | string;
withBg?: boolean;
}
export declare const StudioSidebarBottom: import("react").NamedExoticComponent;
export default StudioSidebarBottom;