export declare function getNodeFromSelector(selector: string | Element): Element; export declare function createContainerNode(parent: Node, tag?: string): HTMLElement; export declare function removeAllChildren(node: Node): void; export declare function hasScrollbarY(element: Element): boolean;