export { IntersectionObserver } from './IntersectionObserver.esnext';
export { UnsupportedBehavior } from './types.esnext';
export { useIntersection } from './hooks.esnext';
