import * as React from 'react';
export declare const useCaret: () => React.MutableRefObject<HTMLSpanElement | null>;
