export declare const lockBodyScrolling: (lockingEl: HTMLElement) => void; export declare const unlockBodyScrolling: (lockingEl: HTMLElement) => void; export declare const scrollIntoView: (element: HTMLElement, container: HTMLElement, direction?: 'horizontal' | 'vertical' | 'both', behavior?: 'smooth' | 'auto') => void; //# sourceMappingURL=scroll.d.ts.map