import { JsonNode } from '../../../utils/types'; export declare const textDirection: (editor: any, direction: any) => void; export declare const isNodeTextDirected: (editor: any, style: any) => boolean; export declare const syncWithPreviousNode: (editor: any) => void; export declare const setTextDirectionStyle: (editor: any, node: JsonNode, path: any, textDirectionStyle: any) => void; export declare const handleListElements: (editor: any) => void; export declare const handleInitialRTLDirection: (editor: any, props: any) => void;