export declare const ANCHOR_SHARP_REGEXP: RegExp;
export declare type ANCHOR_CONTAINER = HTMLElement | Window;
export declare function getOffsetTop(target: HTMLElement, container: ANCHOR_CONTAINER): number;
