import { AdjustCursor } from '../commonTypes'; /** * Hook provides function that returns cursor to specified or initial position after paste or change event * * @returns {AdjustCursor} Сallback that puts cursor at specified or initial position after paste or change event */ export declare const useAdjustCursor: () => AdjustCursor;