import { FieldNode } from './fieldNode.js'; export declare class Input extends FieldNode { updateModel(newValue: any): void; options(attrOrProps: any): { [k: string]: any; }; protected children(): VNode[]; private createItems; }