export declare function findNode(dom: HTMLElement | Document, selector: string): Element | null;
export declare function slide(el: HTMLElement, top: number, cb: () => void): void;
