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