export declare const normalTextElement: { type: string; children: { text: string; }[]; }; import { JsonNode, JsonEditor } from '../../../../SuperChargedRte/utils/types'; import { Path } from "slate"; export declare const getNormalTextElement: () => { type: string; uid: any; attrs: {}; children: { text: string; }[]; }; export declare const removeDoubleParagraphs: (editor: JsonEditor, entry: [JsonNode, Path]) => void;