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