export declare const NEditorConfig: { imageUploadFullPath: string; module: number; UEDITOR_HOME_URL: string; imageUrlPrefix: string; imageActionName: string; imageFieldName: string; imageMaxSize: number; imageAllowFiles: string[]; imageCompressEnable: boolean; imageCompressBorder: number; imageInsertAlign: string; replace: string; initialFrameHeight: number; initialFrameWidth: string; lang: string; charset: string; initialContent: string; emotionLocalization: boolean; listDefaultPaddingLeft: number; elementPathEnabled: boolean; zIndex: number; saveInterval: number; autoClearinitialContent: boolean; maximumWords: number; wordOverFlowMsg: string; allowDivTransToP: boolean; autoHeightEnabled: boolean; enableContextMenu: boolean; scaleEnabled: boolean; wordCount: boolean; webAppKey: string; toolbars: string[][]; }; export declare const NEditorPreviewConfig: { charset: string; initialContent: string; zIndex: number; initialFrameHeight: number; initialFrameWidth: string; elementPathEnabled: boolean; scaleEnabled: boolean; autoHeightEnabled: boolean; wordCount: boolean; toolbars: any[][]; };