/// import { ToolbarProps } from './toolbar.types'; export declare const Toolbar: { (props: ToolbarProps): JSX.Element; defaultTheme: (theme: import("../..").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; }; }]; };