declare const closest: (el: any, selector: any, rootNode: any) => any; declare const getScrollElement: (el: any) => any; declare const getDomIndex: (el: any, ignoreSelectors: any) => number; declare const isTouchScreen: () => boolean; export { getScrollElement, closest, getDomIndex, isTouchScreen };