import DesignerUtils from "./designer"; declare const DEFAULT_AUTH_KEY = "53616C7465645F5F1669EC686FA68AA4DCECE6C75A39A390D28FB9C56D2016F43BAA6E8A88BE5CACA212CAACD9AF0AC66E1C21AD1749135056A796F51A604E52A4772D086B17901F52824AB6873277C6"; declare const HEADER_ELE_LIST: ({ icon: string; title: string; children: { type: string; icon: string; title: string; }[]; gap?: undefined; type?: undefined; } | { gap: boolean; icon?: undefined; title?: undefined; children?: undefined; type?: undefined; } | { type: string; icon: string; title: string; children?: undefined; gap?: undefined; })[]; declare const SPECIAL_ELEMENTS: string[]; declare const DEFAULT_ICON_MAP: { text: string; image: string; qrcode: string; barcode: string; longText: string; table: string; html: string; hline: string; vline: string; rect: string; oval: string; other: string; }; declare const DEFAULT_HISTORY_ICON_MAP: { 初始: string; 模板调整: string; 更新模板: string; 新增: string; 删除: string; 清空: string; 移动: string; 框选移动: string; 旋转: string; 大小: string; 键盘移动: string; 复制: string; 剪切: string; 缩放: string; 编辑修改: string; 元素修改: string; 批量修改: string; 参数修改: string; 调整表头: string; 其他: string; }; declare const DEFAULT_TITLE_MAP: { text: string; image: string; qrcode: string; barcode: string; longText: string; table: string; html: string; hline: string; vline: string; rect: string; oval: string; other: string; }; declare const HEADER_MENU_LIST: ({ icon: string; title: string; children: { icon: string; title: string; desc: string; click: (util: DesignerUtils) => void; }[]; click?: undefined; } | { icon: string; title: string; click: (util: DesignerUtils, e: MouseEvent) => void; children?: undefined; })[]; declare const DEFAULT_STYLE_OPTION: { paperBox: { style: string; }; panels: { mode: string; style: string; }; draggableEls: { mode: string; html: string; style: string; }; options: { mode: string; html: string; style: string; }; pageStructure: { mode: string; html: string; style: string; }; history: { mode: string; html: string; style: string; }; locationExchange: { mode: string; show: boolean; html: string; style: string; }; miniMap: { mode: string; html: string; style: string; }; editableTools: { mode: string; style: string; }; zIndexTools: { mode: string; style: string; }; fontTools: { mode: string; style: string; }; zoomTools: { mode: string; style: string; }; rotateTools: { mode: string; style: string; }; }; declare const DEFAULT_SHOW_OPTION: { showHeader: boolean; showToolbar: boolean; showFooter: boolean; showPower: boolean; }; declare const DEFAULT_PAPER_LIST: { type: string; width: number; height: number; }[]; declare const DEFAULT_THEME_LIST: string[]; export { DEFAULT_AUTH_KEY, HEADER_ELE_LIST, HEADER_MENU_LIST, SPECIAL_ELEMENTS, DEFAULT_ICON_MAP, DEFAULT_HISTORY_ICON_MAP, DEFAULT_TITLE_MAP, DEFAULT_STYLE_OPTION, DEFAULT_SHOW_OPTION, DEFAULT_PAPER_LIST, DEFAULT_THEME_LIST, };