import { NodeExport, ElementNode } from '../types'; export declare function fromJson(json: NodeExport): ElementNode;