import { CommonTheme, ThemeFromFn } from '../../theming'; export declare const toolbarTheme: (theme: CommonTheme) => [string, { backgroundColor: string; textColor: string; textFontFamily: string; textFontSize: string; textFontWeight: number; textLineHeight: string; titleColor: string; height: string; padding: string; shadow: { offsetX: string; offsetY: string; blurRadius: string; spread: string; color: string; }; }]; export declare type ToolbarTheme = ThemeFromFn;