import { Rect } from '../overlay/types'; export declare function scrollIntoView(field: { element: HTMLElement; rect: Rect; bounds: Rect; }): void; //# sourceMappingURL=scrollIntoView.d.ts.map