///
import { ThemeValue } from '../../typeConfigs/shared';
import type { CommandButtonItem, CustomItems, WithEditorProps } from '../../types';
import { TabOption } from '../Tabs';
export interface EditorTopbarRightProps {
buttons?: CustomItems;
}
export interface EditorTopbarRightComponentProps extends EditorTopbarRightProps, React.HTMLProps {
}
export declare const themeTabs: TabOption[];
declare const ActionButtons: import("react").FunctionComponent;
export default ActionButtons;