///
import { DesignManagerTabsProps } from '../DesignManager';
import type { StudioLayoutPanelSidebarTabsConfig } from './types/StudioPanelSidebarTabsSchema';
import type { CommonStudioLayoutConfigProps, CommonStudioLayoutPanelProps } from './types';
export interface StudioLayoutPanelSidebarTabsConfigProps extends CommonStudioLayoutConfigProps {
}
export interface StudioPanelSidebarTabsProps extends Omit, 'tabsProps'> {
tabsProps?: DesignManagerTabsProps;
}
export declare const StudioPanelSidebarTabs: import("react").NamedExoticComponent;
export default StudioPanelSidebarTabs;