export declare function inputType(node: HTMLInputElement, options: { type: string; name?: string; }): void;