import { Attributes } from '../types';
export declare const getIntersectionObserver: (attributes: Attributes<any>) => any;
