import type { InstanceOrElement } from '../commonTypes';
import type { AnimatedRef } from '../hook/commonTypes';
export declare function scrollTo<TRef extends InstanceOrElement>(animatedRef: AnimatedRef<TRef>, x: number, y: number, animated: boolean): void;
//# sourceMappingURL=scrollTo.d.ts.map