import { ElementScroll } from "index";
import { Direction } from "..";
export declare const scrollByDirection: (element: HTMLElement, direction: Direction, scrollAmount: number) => void;
export declare const scrollPercent: (direction: Direction, droppable: HTMLElement, droppableScroll: ElementScroll) => number;
