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