import Affix from './'; export declare function addObserveTarget(target: HTMLElement | Window | null, affix: Affix): void; export declare function removeObserveTarget(affix: Affix): void; export declare function getTargetRect(target: HTMLElement | Window | null): ClientRect;