import type { ToolbarTheme } from '../types';
export declare const darkTheme: ToolbarTheme;
export declare const lightTheme: ToolbarTheme;
