export declare const getText: (editor: any, range: any) => string; export declare const isSelectionCollapsed: (range: any) => boolean; export declare const isInlineElement: (element: any) => boolean; export declare const isAncestorEmpty: (editor: any, block: any) => boolean; export declare const isBlockAboveEmpty: (editor: any) => boolean;