import { EditorState } from 'draft-js'; export declare const BLOCK_TYPE = "emoji"; export default function attachImmutableEntitiesToEmojis(editorState: EditorState): EditorState;