export declare const EditorTheme: { toolbar: { background: string; borderColor: string; borderRadius: string; }; toolbarItem: { color: string; hoverColor: string; activeColor: string; }; overlay: { background: string; borderColor: string; borderRadius: string; color: string; shadow: string; padding: string; }; overlayOption: { focusBackground: string; color: string; focusColor: string; padding: string; borderRadius: string; }; content: { background: string; borderColor: string; color: string; borderRadius: string; }; };