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