///
import { EditorTopbarProps } from '../Editor/EditorTopbar';
import { CommonStudioLayoutConfigProps, CommonStudioLayoutProps, StudioBaseReactProps, StudioLayoutWithChildrenConfigProps } from './types';
import type { StudioLayoutSidebarTopConfig } from './types/StudioSidebarTopSchema';
export interface StudioLayoutSidebarTopConfigProps extends StudioLayoutWithChildrenConfigProps, CommonStudioLayoutConfigProps {
}
export interface StudioSidebarTopProps extends Omit, 'height' | 'leftContainer' | 'rightContainer' | 'devices' | 'htmlAttrs'>, EditorTopbarProps, Pick {
withBg?: boolean;
}
export declare const StudioSidebarTop: import("react").NamedExoticComponent;
export default StudioSidebarTop;