declare namespace _default {
    namespace methods {
        function scrollElementIntoViewIfNeeded(ref: Element, opt_center: any, opt_behavior: any, opt_parent: any): void;
        function scrollElementIntoView(ref: Element, opt_scrollToTop: any, opt_behavior: any, opt_parent: any): void;
        function scrollIntoViewIfNeeded(ref: any, opt_center: any, opt_behavior: any, opt_parent: any): void;
        function scrollIntoView(ref: any, opt_dir: any, opt_ifNeeded: any, opt_behavior: any, opt_parent: any): void;
        function _setScrollTop(el: any, scrollTop: any, bounds: any, offsetTop: any, offsetBottom: any, opt_isNeeded: any, opt_behavior: any): void;
        function _getElementHeight(el: any): any;
        function _getScrollBounds(el: any): {
            top: any;
            bottom: any;
        };
        function _inScrollBounds(top: any, bottom: any, bounds: any): boolean;
    }
}
export default _default;
//# sourceMappingURL=dom.d.ts.map