import type { SugarElement } from '../node/SugarElement'; import type { SugarPosition } from '../view/SugarPosition'; import type { EventUnbinder } from './Types'; declare const bind: (doc: SugarElement, handler: (pos: SugarPosition) => void) => EventUnbinder; export { bind }; //# sourceMappingURL=ScrollChange.d.ts.map