import type { TabOption, InternalAnchorTargetMap } from './index'; export declare const initialAnchorTargetMap: (m: InternalAnchorTargetMap, tabs: TabOption[]) => InternalAnchorTargetMap; export declare const getRelativeOffsetTop: (tabEl: HTMLElement, scrollWrapperEl: HTMLElement | Window) => number;