import { FC } from 'react';
import { ToolbarItem as ToolbarItemType } from '../../types/toolbar';
import { t } from '../../locales';
export declare const ToolbarItem: FC<ToolbarItemType & t>;
