import React from 'react'; import { ComponentRegistryInfo } from '@opensumi/ide-core-browser'; export declare const AIChatTabRenderer: ({ className, components, }: { className: string; components: ComponentRegistryInfo[]; }) => React.JSX.Element; export declare const AIChatTabRendererWithTab: ({ className, components, }: { className: string; components: ComponentRegistryInfo[]; }) => React.JSX.Element; export declare const AILeftTabRenderer: ({ className, components, }: { className: string; components: ComponentRegistryInfo[]; }) => React.JSX.Element; export declare const AIRightTabRenderer: ({ className, components, }: { className: string; components: ComponentRegistryInfo[]; }) => React.JSX.Element; //# sourceMappingURL=tabbar.view.d.ts.map