import { ElementNode } from '../types'; export declare function find(node: ElementNode, selector: string): ElementNode[];