import * as I from '../interfaces/';
export declare function setPosition(scrollbar: I.Scrollbar, x: number, y: number): I.ScrollStatus | null;
