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