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