import { ElementNode } from '../types'; export declare function children(node: ElementNode): import("../types").ChildNode[];