import { ElementNode } from '../types'; export declare function findParent(node: ElementNode, selector: string): import("../types").ParentNode;