import type SelectionState from "../../types/SelectionState"; declare const restoreSelection: (selectionState: SelectionState) => void; export default restoreSelection; //# sourceMappingURL=restoreSelection.d.ts.map