import { TAbstractIntersectionsWatcher, TAnyIntersectionsWatcherParams } from '../Models'; export declare function AbstractIntersectionsWatcher({ isAutoStart, tags, name, intersectionsLoop, far, ...rest }: TAnyIntersectionsWatcherParams): TAbstractIntersectionsWatcher;