export declare const DEFAULT_TOOLBARS_GROUP: string[][]; export declare const DEFAULT_TOOLBARS: string[][]; export declare const BOTTOM_TOOLBAR_MAP: { readonly CHINESE_COUNT: "chineseCount"; readonly CHAR_COUNT: "charCount"; readonly PAGE_WIDTH: "pageWidth"; readonly FORMAT_SETTING: "formatSetting"; readonly EXPORT_PDF: "exportPdf"; readonly FULL_SCREEN: "fullScreen"; readonly COPY: "copy"; }; export declare const BOTTOM_TOOLBAR_CODES: readonly ["chineseCount", "charCount", "pageWidth", "formatSetting", "exportPdf", "fullScreen", "copy"];