import { type IModuleConf } from '@wangeditor/editor';
import type { Break } from './custom-types';
export * from './custom-types';
export declare const _BREAK_CONFIG: Pick<Break, 'type'> & Record<string, string>;
declare const _default: Partial<IModuleConf>;
export default _default;
