import { PrismEditor } from '../types'; /** Hook that allows the user to scroll past the last line. */ export declare const useOverscroll: (editor: PrismEditor) => void;