export declare function hightLightFn(curHashName: string | null): void;
export declare function scrollToControl(elem: HTMLElement, container: HTMLElement): void;
export declare const setActiveLink: (timeId?: string | undefined) => void;
export declare const onScroll: () => void;