/// <reference types="react" />
import type { StudioLayoutPanelSidebarTabsConfig } from './types/StudioPanelSidebarTabsSchema';
import type { CommonStudioLayoutConfigProps, CommonStudioLayoutPanelProps } from './types';
export interface StudioLayoutPanelSidebarTabsConfigProps extends CommonStudioLayoutConfigProps<StudioPanelSidebarTabsProps, StudioLayoutPanelSidebarTabsConfig> {
}
export interface StudioPanelSidebarTabsProps extends CommonStudioLayoutPanelProps<StudioLayoutPanelSidebarTabsConfig> {
}
export declare const StudioPanelSidebarTabs: import("react").NamedExoticComponent<StudioPanelSidebarTabsProps>;
export default StudioPanelSidebarTabs;
