import { Editor, NodeEntry, Text } from 'slate'; import { SupportedInline } from './types'; export declare function getSupportedInlinesAndTextInSelection(editor: Editor): NodeEntry[]; export declare const getValue: (editor: Editor) => "code" | "superscript" | "subscript" | null | undefined; //# sourceMappingURL=getValue.d.ts.map