export declare function findNode(dom: HTMLElement | Document, selector: string): HTMLElement | null;
export declare function slide(el: HTMLElement, top: number, cb: Function): void;
export declare function getContainer(targetContainer?: string | HTMLElement | Window): HTMLElement | Window;
export declare function getContainerElement(scrollContainer: HTMLElement | Window): HTMLElement;