/**
 * @description 全屏
 * @author wangfupeng
 */
import { IModuleConf } from '@wangeditor-next/core';
declare const fullScreen: Partial<IModuleConf>;
export default fullScreen;
