import type SelectionState from "../types/SelectionState"; declare const getEditorSelection: (editorElement: HTMLElement) => SelectionState | undefined; export default getEditorSelection; //# sourceMappingURL=getEditorSelection.d.ts.map