import { ElementNode } from '../types'; export declare function descendantsIt(node: ElementNode): Generator;