/**
 * Saves caret position using hidden <span>
 * @returns function for resoring the caret
 */
export declare function save(): () => void;
