import { CommonTheme, ThemeFromFn } from '../../../theming'; export declare const toolbarItemTheme: (theme: CommonTheme) => [string, { background: string; dividerColor: string; fontSize: string; padding: string; color: string; fontFamily: string; fontWeight: string; lineHeight: string; }]; export declare type ToolbarItemTheme = ThemeFromFn;