/// import { ToolbarItemProps } from './toolbar-item.interfaces'; export declare const ToolbarItem: { ({ children, icon, flex }: ToolbarItemProps): JSX.Element; defaultTheme: (theme: import("../../..").CommonTheme) => [string, { background: string; dividerColor: string; fontSize: string; padding: string; color: string; fontFamily: string; fontWeight: string; lineHeight: string; }]; displayName: string; };