import React, { HTMLAttributes } from 'react';
import { EditorGroup } from './workbench-editor.service';
export interface ITabsProps {
group: EditorGroup;
}
export declare const Tabs: ({ group }: ITabsProps) => React.JSX.Element;
export interface IEditorActionsBaseProps {
group: EditorGroup;
className?: string;
}
export type IEditorActionsProps = IEditorActionsBaseProps & HTMLAttributes;
export declare const EditorActions: React.ForwardRefExoticComponent & React.RefAttributes>;
//# sourceMappingURL=tab.view.d.ts.map