import { FormContext } from '../builder.js'; export declare class Node { ctx: FormContext; rawArgs: any; _vnode: VNode | undefined; constructor(ctx: FormContext, rawArgs: { [k: string]: any; }); attrOrProps(extendingOptions?: {}, field?: {}, item?: {}): any; createElem(children?: (VNode | string)[]): VNode; }