import { EditorState } from 'draft-js';
declare const changeCurrentInlineStyle: (editorState: any, matchArr: any, style: any) => EditorState;
export default changeCurrentInlineStyle;
